摘要: $("#btn_delete").click(function () { var row = $("#tb_hero").bootstrapTable('getSelections'); var arrId = []; var ids = {}; for (var i = 0; i < row.le 阅读全文
posted @ 2018-11-30 11:06 提笔 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 1,添加select2 样式 参考(https://select2.org/ ) 2,Html: <select id="txtType" name="Type" class="form-control select2" multiple="multiple"> </select> 3,jquery 阅读全文
posted @ 2018-11-30 10:56 提笔 阅读(520) 评论(0) 推荐(0) 编辑