laktek / really-simple-color-picker

Simple Color Picker written in jQuery.
http://laktek.com/2008/10/27/really-simple-color-picker-in-jquery
MIT License
179 stars 65 forks source link

prevent double attachment #12

Open blq opened 12 years ago

blq commented 12 years ago

Hi, I think it would be useful to have a guard that would make sure only a single instance of the colorpicker is ever attached to an element. A simple data-tag would work for example: if (element.data('colorpicker-id') != null) ...

Regards / Fredrik Blomqvist

mattdot commented 11 years ago

+1