Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 712 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 712 Bytes

quickQuery

jQuery helper functions

  • Fade effects
  • Scroll effects
  • Hover effects
  • Element elegance

Quickly add to project

<script src="quickQuery.min.js"></script>

To update min file with gulp

  1. Install dependencies: npm install
  2. Install the gulp command: npm install -g gulp-cli
  3. Install gulp locally in your project: npm install --save-dev gulp
  4. After changing the regular .js file, run gulp uglify to update the .min.js file
  5. Will need to automate this eventually...