jquery
记录自个儿的笔记儿
欢迎批评指正
展开
-
相同的class的元素 , 操作第n个
//layui-table 多个表格使用此class $('table.layui-table:eq(4) thead tr th:eq(2)').attr('onclick','test("aaa")');原创 2020-12-29 14:29:47 · 637 阅读 · 0 评论 -
layui 表格的列名添加ID或事件
$('table.layui-table thead tr th:eq(13)').attr('id','documentId');$('table.layui-table thead tr th:eq(13)').attr('onclick','afunction()');原创 2020-12-28 15:10:05 · 1625 阅读 · 2 评论