gpt4 book ai didi

javascript - onclick 无法与 bootstrap 一起正常工作

转载 作者:行者123 更新时间:2023-11-30 09:42:33 26 4
gpt4 key购买 nike

<分区>

我尝试将 onclick 事件与 Bootstrap 单选按钮一起使用来获取名称和属性,但有些地方不太顺利。

有些单选按钮触发了事件但没有得到名称或类(“未定义”),有些则根本没有响应。

<div class="theContainer">    
<input type="radio" class="myClass" name="options" id="option1" onclick="updateODid()" autocomplete="off" > Radio 1
<input type="radio" class="myClass" name="options" id="option2" onclick="updateODid()" autocomplete="off"> Radio 2
<input type="radio" class="myClass" name="options" id="option3" onclick="updateODid()" autocomplete="off"> Radio 3
<input type="hidden" class="findme" value="found me!">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-primary active">
<input type="radio" class="myClass" name="options" id="option1" onclick="updateODid()" autocomplete="off" > Radio 1
</label>
<label class="btn btn-primary">
<input type="radio" class="myClass" name="options" id="option2" onclick="updateODid()" autocomplete="off"> Radio 2
</label>
<label class="btn btn-primary">
<input type="radio" class="myClass" name="options" id="option3" onclick="updateODid()" autocomplete="off"> Radio 3
</label>
</div>
</div>

jsfiddle.net/2sc8mc7L/6/

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