gpt4 book ai didi

jquery - 以编程方式更改 selectric 下拉值?

转载 作者:行者123 更新时间:2023-12-03 23:06:40 25 4
gpt4 key购买 nike

根据名称以编程方式更改 Selectric 下拉列表值的好方法是什么?我知道我想要设置为选定的选项的值。我不知道名称或索引。

这是我最好的尝试:

$('.store-availability').prop('selectedIndex', 3).selectric('refresh').change();

因为我不知道索引,所以我必须首先在选项上使用 jQuery.Index() 才能找到它或类似的东西。有更干净的方法吗?

最佳答案

如果您知道要设置的选项的值,则可以使用 val() 的 setter,然后在 selectric 实例上调用 refresh,如下所示:

$('.store-availability').val(yourValueHere).change().selectric('refresh');

关于jquery - 以编程方式更改 selectric 下拉值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49675771/

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