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
Would like to implement a global function to destroy all elements or only the provided element.
Example: $('.select-one').customSelect.destroy(); for each element or $.customSelect.destroy(); for all elements
The text was updated successfully, but these errors were encountered:
Would like to implement a global function to destroy all elements or only the provided element.
Example:
$('.select-one').customSelect.destroy();
for each element or$.customSelect.destroy();
for all elementsThe text was updated successfully, but these errors were encountered: