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
- Host: GitHub
- URL: https://github.com/evnix/gradx
- Owner: evnix
- License: other
- Created: 2013-04-13T08:47:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T14:10:37.000Z (about 13 years ago)
- Last Synced: 2025-04-07T02:16:05.217Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://codologic.com/page/gradx-jquery-javascript-gradient-selector-library
- Size: 434 KB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
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