jquery.customSelect
jquery.customSelect copied to clipboard
Apply script on dynamically cloned elements
If you clone the styled select element, it does not work. Trying to run the below code again results in the doubled instances for each select menu. I think the script should check if the instance is already on the element and update it, if necessary.
$('select').customSelect();