gpt4 book ai didi

jquery - 单击选择框上的触发器在 jQuery 中不起作用

转载 作者:行者123 更新时间:2023-12-03 21:34:56 25 4
gpt4 key购买 nike

如何使用触发器打开下拉列表?

这是不起作用的代码:

$('select').trigger('click');

请注意 - mousedown 和 mouseup 也不起作用。

最佳答案

$('select').children('option').each(function() {
if ($(this).is(':selected'))
{ $(this).trigger('change'); }
});

关于jquery - 单击选择框上的触发器在 jQuery 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2895608/

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