jquery.customSelect icon indicating copy to clipboard operation
jquery.customSelect copied to clipboard

Apply script on dynamically cloned elements

Open qzminski opened this issue 11 years ago • 0 comments

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();

qzminski avatar Aug 23 '13 07:08 qzminski