Link to home
Start Free TrialLog in
Avatar of deanlee17
deanlee17

asked on

Jquery colpicker not loading

Hi guys,

Im trying to implement
http://colpick.com/plugin

here:
http://www.deans-place.co.uk/colourpicker/

Im sure im missing something stupid, but what is it?

Thanks,
Dean
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Hi,
you might try to wrap your script into a
$(function(){
    $('#picker').colpick();
});

Open in new window

And/or try to use an older version of jQuery (at least the 1.10 did not work in jsFiddle):
http://jsfiddle.net/EE_RainerJ/Ry6rK/

HTH
Rainer
Avatar of deanlee17
deanlee17

ASKER

Hmmm I tried tried wrapping it into a function and it still didnt work, changed the version of Jquery, still no use?
I needed to put the jquery library before the colourpicker script
ASKER CERTIFIED SOLUTION
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial