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(); });
jQuery(function($) { $("#vtrColorPicker").attachColorPicker(); });
Change Background jQuery(function($) { $("#vtrColorPicker").attachColorPicker(); $("#vtrColorPicker").change(function() { $("#Form").css("background-color",$("#vtrColorPicker").getValue()); });
jQuery(function($) { $("#vtrColorPicker").attachColorPicker(); $("#vtrColorPicker").change(function() { $("#Form").css("background-color",$("#vtrColorPicker").getValue()); });