All Projects → evnix → gradx

evnix / gradx

Licence: other
A javascript-jquery gradient selector and modifier library

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].