jun1432
Results
1
issues of
jun1432
$([document]) // Hide on clicks outside of the control .on('mousedown touchstart', function(event) { if(!$(event.target).parents().add(event.target).hasClass('minicolors')) { hide(); } }) etc... This part of the plugin triggers the issue.