jQuery Plugin For Gradient Selector and Modifier Tool - gradx

File Size: 191KB
Views Total: 3028
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Gradient Selector and Modifier Tool - gradx

jQuery Gradx is a plugin that allows you to create a Gradient Selector and Modifier Tool using jQuery, jQuery UI and jQuery colorpicker.

See Also:

How to use it:

1. Include jQuery library on the web page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>

2. Include jQuery UI, Colorpicker plugin and Gradx plugin on the page

<link type="text/css" rel="stylesheet" href="gradX.css" />
<link type="text/css" rel="stylesheet" href="colorpicker/css/colorpicker.css" />
<script src="colorpicker/js/colorpicker.js"></script>
<script src="gradX.js"></script>

3. The javascript

<script>
gradX("#gradX", {
targets: [".target"]
});
</script>

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