jquery 判断复选框是否 选中

function clickbox(){
  var checkBox = $("#box").is(':checked');
  alert(checkBox);
  }

猜你喜欢

转载自a754782339.iteye.com/blog/2195698