An open API service indexing awesome lists of open source software.

https://github.com/evnix/gradx

A javascript-jquery gradient selector and modifier library
https://github.com/evnix/gradx

Last synced: over 1 year ago
JSON representation

A javascript-jquery gradient selector and modifier library

Awesome Lists containing this project

README

          

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.

```html


```

Then initiate gradx this way

```javascript
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