标签: jquery select2
如何在.ajaxSend中使用select2,以便每次调用ajax时都会触发事件?
.ajaxSend
select2
我尝试过类似的事情:
$('a').select2({ ajax: { send //code } });
有没有更好的方法呢。