Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 jquery 组合框更改事件中,如何获取触发此事件的控件?
我可以从 $(this).val(); 中看到更改后的文本,但没有关于更改了哪个组合框的信息。
以下都不起作用: $(this).attr('id');
回调带有一个event参数。
event
要获取源,请使用e.target