<input type="checkbox" id="checkbox1">
<script>
$(function(){
$("#checkbox1").click(function(){
if($(this).is(":checked")){
//执行事件
}else{
}
})
})
</script>

 

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2021-12-09
  • 2021-12-09
猜你喜欢
  • 2021-08-30
  • 2021-12-09
  • 2021-12-09
  • 2021-12-09
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案