agen betting online

Friday, July 1, 2011

Wheel Color Picker

Wheel Color Picker
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
Note: It should also works on other HTML elements which support jQuery .val() function.
There are numbers of formats which the color picker can display its value:
  1. hex format, e.g. ffffff
  2. CSS-style hex format, e.g. #ffffff
  3. rgb format, e.g. rgb(255, 255, 255)
  4. rgba format, e.g. rgba(255, 255, 255, 1)
The plugin has been tested to work perfectly on major modern browsers:
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

 
Copyright © 2011. java web desings . All Rights Reserved