I cant fix colorpicker.js in phonegap, it is not working! Some help, please?
thanks
$(\'#colorSelector\').ColorPicker({ color: \'#000
Try Spectrum Colorpicker. This is very nice color picker plugin.
Download the zip file and include the spectrum.js file and spectrum.css file to your page. Then you have to create a text box as follows
spectrum.js
spectrum.css
Inside your script file
$("#custom").spectrum({ color: "#f00" });
Hope it helped you