tinycolorpicker
tinycolorpicker copied to clipboard
Background image does not load
Hi,
When trying to view the example files given in this repository I am getting this error. I changed the JQuery cdn, and this error was gone, but there was another error regarding 'a.indexOf'. This error was solved by changing the .ready() method to .on('ready', function(){...}); But after that no click on the circular button is working.