gpt4 book ai didi

javascript - jquery 在要检查的标签之前检查前一个复选框

转载 作者:行者123 更新时间:2023-11-30 08:10:14 25 4
gpt4 key购买 nike

我有这样的代码

<input type="checkbox" name="abc" value="A" class="chbx">
<a href="#" class="checkbox-selector">href1</a>
<input type="checkbox" name="abc" value="b" class="chbx">
<a href="#" class="checkbox-selector">href2</a>
<input type="checkbox" name="abc" value="c" class="chbx">
<a href="#" class="checkbox-selector">href3</a>

我想要的是,当我点击 href1 时,第一个复选框应该被选中,而当我点击 href2 时,第二个复选框应该被选中。

这在 jQuery 中如何实现?

最佳答案

你可以用不同的方式解决这个问题,根本不使用 javascript

试试这个:

<label><input type="checkbox" value="hello" name="chkbox1" /> Here is the text</label>

<label><input type="checkbox" value="hello" name="chkbox2" /> Here is the text</label>

<label><input type="checkbox" value="hello" name="chkbox3" /> Here is the text</label>

关于javascript - jquery 在要检查的标签之前检查前一个复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11490462/

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