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.

Enter image details here

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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -