jQuery判断及更改checkbox状态

判断:jquery对象.prop("checked")

选中:jquery对象.prop("checked", true)

取消选中:jquery对象.removeAttr("checked")

 

注意点在prop与attr使用的区别上

posted @ 2016-10-31 20:41  shenxinpeter  阅读(792)  评论(0编辑  收藏  举报