Install and Use - Gix075/jqueryEasyTools GitHub Wiki
Install and use
In order to install and use jqueryEasyTools you need to understand how the project is organized.
Package
The jqueryEasyTools is organized in 3 main directories: dist, demo and tools.
Dist
Inside dist directory (at repository root level) are stored all cumulative javascript and css files. You can use that files to install and use all availables tools using only two files. Remember that each tool require jQuery that is the only one required lib not included in jqueryEasyTools
javascript (including all dependencies and helpers)
jqueryEasyTools/dist/js/jqueryEasyTools.pack.min.js
css style
jqueryEasyTools/dist/css/jqueryEasyTools.min.css
Demo
Inside demo directory (at repository root level) are stored an example page realized using the files:
- jqueryEasyTools/dist/js/jqueryEasyTools.pack.min.js
- jqueryEasyTools/dist/css/jqueryEasyTools.min.css
Tools
Inside tools directory (at repository root level) are stored (on sub-folders) all single tools packages. On that dirs there are containded all dev and dist files. If you don't need all tools, and you want install a lighter files, you can use the javascript and css files contained on each tool directory inside the dir "dist". For example, if you want to install only easyAjaxSpinner tool, simply use the files included inside:
jqueryEasyTools/tools/easy-ajax-spinner/dist/