Color Picker
November 23, 2007 - 6:23am — powerbuoy
A simple color picker widget for jQuery.
It turns a select-element full of colors in to a dialog-box containing all the colors of the select.
$('select[name="color"]').colourPicker({ico: '/colour-picker-icon.gif'});
