Skip to content

evnix/gradx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A javascript-jquery gradient selector and modifier library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published