Jquery 组 checkbox全选checkbox

 


<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<title></title>
<style>

</style>
</head>
<body>
<form action="">
<input type="checkbox" name="items" value="足球"/>足球
<input type="checkbox" name="items" value="篮球"/>篮球
<input type="checkbox" name="items" value="羽毛球"/>羽毛球
<input type="checkbox" name="items" value="乒乓球"/>乒乓球<br/>
<input ;
}
});
console.log(str);
})
</script>
</html>

相关文章:

  • 2022-01-25
  • 2022-01-24
  • 2021-12-29
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-08
  • 2022-02-09
  • 2022-12-23
  • 2021-12-23
  • 2021-06-21
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案