Jquery禁用所有checkbox

$("input[type=checkbox]").each(function(){
  $(this).attr("disabled",false);
});

posted @ 2017-03-14 22:21  413Xiaol  阅读(6272)  评论(1)    收藏  举报