028-86922220
建站资讯

网站建设资讯

为你提供网站建设行业资讯、网站优化知识、主机域名邮箱、网站开发常见问题等。

JQuery对checkbox全选/取消全选



$(document).ready(function(){
$("#qx").click(function() {
if ($(this).attr("checked") ==true) {
//全选
$("input[name='yf']").each(function(){
$(this).attr("checked",true)
});
} else {
// 取消全选
$("input[name='yf']").each(function() {
$(this).attr("checked",false);
});
}
});
});



选择月份
全选
1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月


网站栏目:JQuery对checkbox全选/取消全选
URL链接:http://whjierui.cn/article/gessio.html

其他资讯