K3 Center Codex

An index of small business related articles & resources

« Back to blog

Try jquip for lighter weight code

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