css - jQuery minicolor.js not behaving as expected -
I am currently implementing jQuery in an input box in my website, as you can see the documents listed above According to, I think everything is done correctly, even then I have a problem.
jQuery:
$ (function () {$ ('.color'). Each (function () {$ (this) .minicolors ();}) ;});
HTML
& lt; Form & gt; & Lt; Input type = "text" class = "color" & gt; & Lt; / Form & gt;
I have also included the jQuery, minicolor.js, and CSS file properly. However, for some reason it ends up looking like this.
This works, But for that the graphics are all messing - which I think will be related to the CSS file, but I am positive I have added it correctly How can I fix it?
It seems that the jquery.minicolors.png
file was not loaded (This is not in your themer
folder.)
Just download it here:
Comments
Post a Comment