重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

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全选/取消全选
分享链接:http://cqcxhl.com/article/gessio.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP