datatables怎么增加checkbox

datatables怎么增加checkbox,第1张

datatables怎么增加checkbox

最近在学习jquery 里面的DataTables.在里面碰到了checkbox 选中问题特总结如下:

$(function()

{

$("#all").click(function()

{

$("input[name='sh']").attr("checked",this.checked)

})

})

不知道是什么原因,使用

$("input[name='sh']").attr("checked",$(this).attr("checked"))无效

主要是通过jquery的方式获取到每个单元格,然后写css方法:

table.dataTable, .table>tbody>tr>td, .table>thead:first-child>tr:first-child>th{

border:solid 1px

}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/7997719.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-12
下一篇 2023-04-12

发表评论

登录后才能评论

评论列表(0条)

保存