Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 808 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 808 Bytes

gradx

A gradient selector and modifier tool

For complete Documentation, visit: http://codologic.com/page/gradx-jquery-javascript-gradient-selector-library

For Demo, Visit: http://codologic.com/page/sites/all/files/gradx/demo.html

gradx requires jQuery .

if jQuery UI is not present, you have to include the file dom-drag.js, otherwise gradX will automatically use the jQuery UI's draggable method

How to use:

You need to have a div where gradX will be loaded

for eg.

<div id='load_here'></div>

Then initiate gradx this way

gradX("#load_here");

Note: gradx only supports id here.

Look at demo.html for a complete example

Dependencies: [All of the below files are included]

  1. jQuery
  2. dom-drag.js or jQuery UI draggable
  3. jQuery color picker