Wheel Color Picker plugin adds color picker functionality to HTML form inputs in the round color wheel fashion. The Wheel Color Picker dialog appears as user focuses the input.
It currently supports these HTML elements:
- input (works on buttons too!)
- textarea
There are numbers of formats which the color picker can display its value:
- hex format, e.g. ffffff
- CSS-style hex format, e.g. #ffffff
- rgb format, e.g. rgb(255, 255, 255)
- rgba format, e.g. rgba(255, 255, 255, 1)
Chrome, Firefox, Opera, Safari, Internet Explorer
Wheel Color Picker is a free/open source software released under MIT License.
Sample Code
Using the Wheel Color Picker plugin is very easy and can be done with just 1 line of code!$(function() { $('input#colorpicker').wheelColorPicker({ dir: '.' }); });
download:http://plugins.jquery.com/files/jquery.wheelcolorpicker-1.1.0.zip
0 komentar:
Post a Comment