Jquery判断是否选中

2020-12-13 14:35

阅读:362

标签:style   blog   color   name   c   一个   

var 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();
                    } 

给CHECKBOXLIST设定一个选定的状态

$("#show_or_hide").attr("checked",‘true‘);

 

Jquery判断是否选中,搜素材,soscw.com

Jquery判断是否选中

标签:style   blog   color   name   c   一个   

原文地址:http://www.cnblogs.com/free3649/p/3794356.html


评论


亲,登录后才可以留言!