gpt4 book ai didi

javascript - 使用 jQuery 检查页面加载时的所有复选框

转载 作者:可可西里 更新时间:2023-11-01 02:49:55 25 4
gpt4 key购买 nike

在页面加载时,如何使用 jQuery 自动选中特定 div 中的所有复选框?

最佳答案

$(function(){
$('#thediv input:checkbox').attr('checked', 'checked');
});

关于javascript - 使用 jQuery 检查页面加载时的所有复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3126736/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com