gpt4 book ai didi

javascript - jquery中检测哪个下拉框被点击

转载 作者:行者123 更新时间:2023-11-28 13:45:26 25 4
gpt4 key购买 nike

我在多个下拉框中执行相同的函数,id: 受让人、状态、优先级

$("#assignee , #status , #priority").change(function() { 

//text here

}

但我想知道单击了哪个特定下拉菜单。有什么方法可以做到这一点吗?

最佳答案

只需使用以下内容:

$("#assignee, #status, #priority").change(function() { 
if (this.id === "assignee") { ... }
});

关于javascript - jquery中检测哪个下拉框被点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14725785/

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