Try jquip for lighter weight code.
- The core jquip.js is only 4.28KB (minified and gzipped) which is only 13% of the size of jQuery.
- jquip has 90% of the good parts of jQuery including;
- the main $(selector)
- DOM traversal (eq, first, last, slick, prev, next, etc)
- DOM modification methods (append, prepend, remove), and
- CSS class modification methods, event methods and utility functions.
Posted in: Programming
Posted on November 30, 2011
0