gpt4 book ai didi

jquery - 使用 jquery 设置 OPTGROUP 标签

转载 作者:行者123 更新时间:2023-12-01 05:19:03 25 4
gpt4 key购买 nike

我很难找到如何使用 Jquery 通过 ID 更改我的 opt 标签:

我尝试了以下方法,但没有成功:

$("#o1").attr('label').change('New DAY') ;

还有这个:

 $("#o1").attr('label').append('New DAY'); 

这是我的 html :

<select class="form-control" id="dropdown_appointment">
<option value="choose">Choisir le Rendez-vous. </option>
<optgroup label="Lundi" id="o1">
</optgroup>
<optgroup label="Mardi" id="o2">
</optgroup>
<optgroup label="Mercredi" id="o3">
</optgroup>
<optgroup label="Jeudi" id="o4">
</optgroup>
<optgroup label="Vendredi" id="o5">
</optgroup>
<optgroup label="Samedi" id="o6">
</optgroup>

</select> <br><br>

也许你有什么想法?

非常感谢,祝你有美好的一天......

最佳答案

$("#o1").attr('label','New DAY');

希望对你有帮助

关于jquery - 使用 jquery 设置 OPTGROUP 标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46472716/

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