gpt4 book ai didi

javascript - 单击

转载 作者:行者123 更新时间:2023-11-30 17:58:35 25 4
gpt4 key购买 nike

有没有办法填充 <select> <select> 时列出元素被点击了吗?

$(document).ready(function(){
$("body").on("click", "select", function(){
ajax(); //should append additional <option>s to select
});
});

加载<select>的内容有什么解决方案吗?什么时候点击?

http://jsfiddle.net/AxEAe/

编辑:

尝试环绕 <select><div>并将点击事件附加到它。运气不好。

最佳答案

$("body").on("click", "select", function(){
$(this).children('option:last').insertAfter('<option>Another option</option>');
});

关于javascript - 单击 <select> 时将 <options> 加载到 <select>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17603577/

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