Search

Adverstisement

   

jQuery Color Picker

Focus on the input box below or click on the box next to the control to show color picker.

Basic Sample


jQuery(function($) {
   $("#vtrColorPicker").attachColorPicker();
});



Change Background


jQuery(function($) {
   $("#vtrColorPicker").attachColorPicker();
   $("#vtrColorPicker").change(function() {
   $("#Form").css("background-color",$("#vtrColorPicker").getValue());
});

   
Copyright 2007 by Virgil Reboton.   Terms Of Use | Privacy Statement DotNetNuke Logo