Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 627 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 627 Bytes

jQuery MiniColors: A tiny color picker built on jQuery

Copyright Cory LaViska for A Beautiful Site, LLC. (http://www.abeautifulsite.net/)

Dual-licensed under the MIT and GPL Version 2 licenses

Demo & Documentation

http://labs.abeautifulsite.net/jquery-miniColors/

Quick Start

  1. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  2. <script src="jquery.minicolors.js"></script>
  3. <link rel="stylesheet" href="jquery.minicolors.css" />

To create a color picker:

<input type="minicolors" name="color" />

Refer to index.html for complete documentation and examples.