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.
如何.ajaxSend在select2每次调用 ajax 时触发事件?
.ajaxSend
select2
我试过类似的东西:
$('a').select2({ ajax: { send //code } });
有没有更好的方法来做到这一点。