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
Just like we have $('.item').chosen(); for creating a new instance, it would be useful to have $('.item').chosen_remove(); for destroying a particular instance.
That would give me a bit more control over it.
Think of dynamic UIs where the user has the ability to manipulate the list via AJAX. (e.g. Category List with a "Create new category" inline form).
Great plugin. Keep up the good work.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi,
Just like we have$('.item').chosen(); for creating a new instance, it would be useful to have $ ('.item').chosen_remove(); for destroying a particular instance.
That would give me a bit more control over it.
Think of dynamic UIs where the user has the ability to manipulate the list via AJAX. (e.g. Category List with a "Create new category" inline form).
Great plugin. Keep up the good work.
Cheers!
The text was updated successfully, but these errors were encountered: