最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

django js 實(shí)現(xiàn)表格動(dòng)態(tài)標(biāo)序號(hào)的實(shí)例代碼

 更新時(shí)間:2019年07月12日 08:37:45   作者:xsan  
本文通過(guò)實(shí)例代碼給大家介紹了django js 實(shí)現(xiàn)表格動(dòng)態(tài)標(biāo)序號(hào) ,代碼簡(jiǎn)單易懂,非常不錯(cuò),具有一定的參考借鑒價(jià)值,需要的朋友可以參考下

django js 實(shí)現(xiàn)表格動(dòng)態(tài)標(biāo)序號(hào)

<table class="table table-striped">
        <thead>
        <tr class="key_words_head">
          <th>序號(hào)</th>
          <th>類目</th>
          <th>關(guān)鍵詞</th>
          <th>操作</th>
        </tr>
        </thead>
        <tbody id="key_words_body">
        {% for keywords in classify_keywords_obj %}
          <tr class="key_words_tbody">
            <td id="td_num"></td>
            <td id="hide_id">{{ keywords.id }}</td>
            <td id="td_classify">{{ keywords.classify.classify_name }}</td>
            <td id="td_keywords">{{ keywords.keywords }}</td>
            <td><a href="javascript:void(0);" rel="external nofollow" rel="external nofollow" onclick="show_change_model('{{ keywords.id }}')">編輯</a>
              <a href="javascript:void(0);" rel="external nofollow" rel="external nofollow" style="color: red" onclick="del_settings('{{ keywords.id }}',this)">刪除</a></td>
          </tr>
        {% endfor %}
        </tbody>
      </table>
<script>
    function xu_hao() {
      var oTable = $('tr.key_words_tbody').length;
      for (var i = 0; i < oTable + 1; i++) {
        $('tr.key_words_tbody').eq(i).children("td#td_num").empty();
        $('tr.key_words_tbody').eq(i).children("td#td_num").append(i + 1);
      }
    }
  </script>

總結(jié)

以上所述是小編給大家介紹的django js 實(shí)現(xiàn)表格動(dòng)態(tài)標(biāo)序號(hào)的實(shí)例代碼 ,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!
如果你覺(jué)得本文對(duì)你有幫助,歡迎轉(zhuǎn)載,煩請(qǐng)注明出處,謝謝!

相關(guān)文章

最新評(píng)論

郓城县| 即墨市| 屏东县| 山阳县| 鄂州市| 儋州市| 盐津县| 堆龙德庆县| 成都市| 镇宁| 浙江省| 连云港市| 沭阳县| 海晏县| 兴国县| 甘肃省| 安溪县| 龙山县| 曲阳县| 微山县| 灵丘县| 深圳市| 开化县| 安宁市| 上栗县| 天镇县| 宿迁市| 剑阁县| 尚志市| 乳山市| 深水埗区| 休宁县| 广南县| 汶上县| 普兰县| 辽阳县| 紫阳县| 屏边| 淄博市| 托克逊县| 北票市|