国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

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

2019-11-19 16:25:59
字體:
供稿:網(wǎng)友

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)表單效果,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對武林網(wǎng)網(wǎng)站的支持!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 特克斯县| 法库县| 平泉县| 湾仔区| 泸西县| 鄂州市| 铜梁县| 柘荣县| 商水县| 屯昌县| 荆门市| 黄浦区| 北安市| 镇远县| 榆林市| 辰溪县| 都安| 无为县| 墨竹工卡县| 伊宁县| 屯留县| 克山县| 冷水江市| 贡嘎县| 固原市| 台东县| 奈曼旗| 博野县| 东乡族自治县| 江都市| 长白| 邯郸市| 崇州市| 象山县| 达州市| 万载县| 鲁山县| 南华县| 镇原县| 延庆县| 玉环县|