opoto / jscolor

Web Color Picker that aims to be super easy both for developers and end users.

Home Page:http://jscolor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jscolor

jscolor is a web color picker component that aims to be super easy both for developers to install and for the end users to use.

Installation in two lines

<script src="jscolor.js"></script>

Color: <input class="jscolor" value="ab2567">

Usage examples

Explore various examples of usage at http://jscolor.com/examples/

Features

  • No framework needed: jscolor is a completely self-sufficient JavaScript library consisting of only one JS file. It doesn't need any frameworks (jQuery, Dojo, MooTools etc.) but it can certainly coexist with them.

  • Cross-browser: All modern browsers are supported, including: Firefox, Chrome, Safari, Opera, Internet Explorer 7 and above and others...

  • Highly customizable: Whether you need to change the color picker's size/colors or attach a function to the onchange event, jscolor can be fine-tuned to perfectly suit your web project.

Pull requests

At the moment, all pull requests on this repository are ignored. Apologies to all contributors who already have submitted pull requests.

Website

For more info on jscolor project, see jscolor website

About

Web Color Picker that aims to be super easy both for developers and end users.

http://jscolor.com


Languages

Language:JavaScript 98.7%Language:HTML 1.3%