table获取checkbox是否选中的几种方法

function test() { $(".table tbody tr").find("td:first input:checkbox").each(function () { var ischecked = $(this).prop("checked"); alert(ischecked); }); $(".table input:
相关文章
相关标签/搜索