Hello!
I've downloaded the Really Simple Color Picker in jQuery from this site
I've followed the instructions, an implemented the colorpicker like so:
The HTML
<input id="DashboardTreeHeaderFontColour" type="text" value="#333399"/>
The Javascript
$(document).ready(function () { $("#DashboardTreeHeaderFontColour").colorPicker() });
The small colour box is created, but clicking on it does nothing (it's suppoed to show the other colour options for you to choose from)
I'm using the latest Jquery.
Thanks for any help.
Regards, Byron Cobb