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

BootStrap 動態(tài)表單效果

 更新時間:2017年06月02日 11:47:18   作者:gu_ywei  
這篇文章主要介紹了BootStrap 動態(tài)表單效果,實現(xiàn)代碼分為js部分和html部分,代碼簡單易懂,非常不錯,具有參考借鑒價值,需要的朋友可以參考下

html部分

     <!-- The template for adding new field -->
     <div class="form-group hide" id="bookTemplate">
      <label class="col-sm-3 control-label">承包商</label>
      <div class="col-sm-2">
       <form:input path="names" cssClass="form-control" name="names" placeholder="名稱"/>
      </div>
      <div class="col-sm-2">
       <form:input path="merchantIds" cssClass="form-control" name="merchantIds" placeholder="ID"/>
      </div>
      <div class="col-sm-2">
       <button type="button" class="btn btn-default removeButton"><i class="fa fa-minus"></i>
       </button>
      </div>
     </div>

js部分

<script src="${context}/plugins/datatables/jquery.dataTables.min.js"></script>
 <script src="${context}/plugins/datatables/dataTables.bootstrap.min.js"></script>
 <script src="${context}/plugins/datatables/dataTables.bootstrap.js"></script>
 <script src="${context}/js/public.js"></script>
 <script>
 $(document).ready(function () {
   var index = 0;
   $('#form')
   // Add button click handler
     .on('click', '.addButton', function () {
      if (this.name > 0 && index == 0) {
       index = this.name;
      }
      index++;
      var $template = $('#bookTemplate'),
        $clone = $template
          .clone()
          .removeClass('hide')
          .removeAttr('id')
          .attr('data-book-index', index)
          .insertBefore($template);
      // Update the name attributes
      $clone
        .find('[name="names"]').attr('path', 'contractor[' + index + '].names').attr('name', 'contractor[' + index + '].names').end()
        .find('[name="merchantIds"]').attr('path', 'contractor[' + index + '].merchantIds').attr('name', 'contractor[' + index + '].merchantIds').end();
      // Add new fields
      // Note that we also pass the validator rules for new field as the third parameter
     })
     // Remove button click handler
     .on('click', '.removeButton', function () {
      var $row = $(this).parents('.form-group'),
        index = $row.attr('data-book-index');
      // Remove fields
      // Remove element containing the fields
      $row.remove();
     });
</script> 

效果圖

動態(tài)表單效果圖 

以上所述是小編給大家介紹的BootStrap 動態(tài)表單效果,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!

相關文章

最新評論

赫章县| 饶河县| 唐河县| 海口市| 玉门市| 永春县| 从化市| 天峨县| 岫岩| 重庆市| 镇平县| 石首市| 大新县| 邵东县| 阜阳市| 东乌珠穆沁旗| 合肥市| 赤城县| 凉山| 林口县| 叶城县| 应用必备| 太原市| 平凉市| 三都| 田东县| 宝应县| 石屏县| 资溪县| 开原市| 汉寿县| 牙克石市| 定日县| 尉氏县| 鹤壁市| 临夏市| 水富县| 定州市| 黄石市| 通渭县| 林甸县|