JQuery选择 1、选择table中第一列的checkbox $("table tr td:first-child input[type='checkbox']") 2、选择table中所有checkbox $("table input[type='checkbox']") 3、判断table中所有checkbox是否有选中项 $("table input[type='checkbox']:checked")length>0 posted on 2013-04-14 21:30 风暴烈酒辰 阅读( ...) 评论( ...) 编辑 收藏 转载于:https://www.cnblogs.com/Shadow3627/archive/2013/04/14/3021036.html