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
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: