checkbox遍历选中值

$(".c").each(function(){

if($(this).is(":checked") == true){

  //选中

}

})

posted @ 2019-08-22 10:03  Ella88  阅读(765)  评论(0编辑  收藏  举报