You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.
Hi, I made a extended plugin voor chosen to search with an ajax request!
It works great.
The code can be cleaned up a little bit.
Elements.implement({
ajaxchosen: function(data, options){
return this.each(function(el){
if (!el.hasClass("chzn-done")) {
return new Chosen.Ajax(el, data, options);
}
});
}
});
Chosen.Ajax = new Class({
});
The text was updated successfully, but these errors were encountered: