Jquery判断是否选中
2020-12-13 14:35
标签:style blog color name c 一个 给CHECKBOXLIST设定一个选定的状态 Jquery判断是否选中,搜素材,soscw.com Jquery判断是否选中 标签:style blog color name c 一个 原文地址:http://www.cnblogs.com/free3649/p/3794356.htmlvar slength = $(":checkbox[name=‘News[show_or_hide]‘]:checked").size();
if (slength>0 ) {
$("div.field-news-other_tag").show();
$("div.field-news-sub_special").show();
} else {
$("div.field-news-other_tag").hide();
$("div.field-news-sub_special").hide();
}
$("#show_or_hide").attr("checked",‘true‘);
上一篇:算法第二章上机实践报告
下一篇:C语言学习指针补充