Can be used to load only certain parts of the jQuery core, needed in the current app.
The core jquip.js is only 4.28KB (minified and gzipped) only 13% of the size of jQuery.
Has 90% of the good parts of jQuery.
jQuip is a nice way to optimize small sites where even jQuery seems just too much code to load for the simple effects needed on it.
The README contains a link to an online service, where certain configurations of jQuip can be created and deployed.
Requirements:
· JavaScript enabled on client side
What's New in This Release: [ read full changelog ]
· Intended to be last code change to significantly effect the size and API in the core jquip.js
· $.loadAsync(url,cb) script loader added to load plugin and user scripts on demand
· For older browsers that don't have querySelector support, Sizzle.js is downloaded on demand from cdnjs.com
· If the ajax plugin is included and browser doesn't have JSON, it is also downloaded from cdnjs.com