https://github.com/grassator/jquery-lightweight-colorpicker
A simple, scalable zero-configuration color picker for modern browsers
https://github.com/grassator/jquery-lightweight-colorpicker
Last synced: 3 months ago
JSON representation
A simple, scalable zero-configuration color picker for modern browsers
- Host: GitHub
- URL: https://github.com/grassator/jquery-lightweight-colorpicker
- Owner: grassator
- Created: 2012-04-05T05:00:27.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-05T05:09:58.000Z (over 14 years ago)
- Last Synced: 2025-03-20T18:50:00.802Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://kubyshkin.ru
- Size: 102 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightweight Colorpicker plugin for jQuery
A simple, scalable zero-configuration colorpicker for modern browsers
including IE9+, FF3.6+, Opera 11, Google Chrome and Safari.
## Usage
Just link plugin javascript and css files to your page and add this html5 data attribute:
data-type="color"
to any input on the page and it will show you colorpicker on field focus.
### Demo
Live demo available [here](http://kubyshkin.ru/samples/colorpicker/).