我的页面中有一个复选框。当我选中它时,应该选中其他复选框。当我取消选中它时,所有其他复选框也应该取消选中。如何使用 jQuery 做到这一点?还是简单的 HTML 就足够了?小提琴
<div>Select All<input type="checkbox" checked="true"></div>
1.<input type="checkbox">
2.<input type="checkbox">
3.<input type="checkbox">
4.<input type="checkbox">
5.<input type="checkbox">