Jquery禁用所有checkbox

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

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