📅  最后修改于: 2022-03-11 15:01:16.883000             🧑  作者: Mango
代码示例2
$( '#container .toggle-button' ).click( function () {
$( '#container input[type="checkbox"]' ).prop('checked', this.checked)
})