Skip to content

seanmisra/quickQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

Releases

No releases published

Packages

No packages published