Smooth Color Picker Plugin with jQuery and Bootstrap - jqolor

File Size: 185KB
Views Total: 2935
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Smooth Color Picker Plugin with jQuery and Bootstrap - jqolor

jQolor is a lightweight and smooth javascript Color Picker with event handling support, built with jQuery and Twitter Bootstrap.

You might also like:

Basic Usage:

1. Include necessary CSS files on your page

<link rel="stylesheet" type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/jqolor.css" />

2. Include necessary javascript files on your page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script>
<script type="text/javascript" src="javascript/jqolor.js"></script>

3. Markup

<input id="my-color-picker" name="my-color-picker" />

4. Call the plugin

<script type="text/javascript">
	$('#my-color-picker').jQolor();
</script>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.