Skip to content

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

Notifications You must be signed in to change notification settings

jlacaciom/jscolor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Website

For more info on jscolor project, see jscolor website

Pull requests

Please do not submit any pull requests (see CONTRIBUTING.md) Sorry for inconvenience caused.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.7%
  • HTML 1.3%