js判断CheckBox是否选中

$("input[type='checkbox']").is(':checked')
//返回结果:选中=true,未选中=false

 

posted @ 2015-12-11 16:17  十七玄月  阅读(505)  评论(0编辑  收藏  举报