Quantcast
Channel: jQuery Plugins - lazy load
Viewing all articles
Browse latest Browse all 4

getPlugin - Lazy Load (on-demand) Scripts and Styles

$
0
0

$.plugin allows you to better manage the different plugins you use in your website or web application. This is especially useful if you use a number of plugins each with its own .js and .css files. It is even more useful if not all plugins are needed for each page.

Performance Improvements

  1. Users will only download scripts and styles that are required (accoding to selectors you specify)
  2. Page Caching: Scripts and styles are only downloaded once
  3. Session Caching: Scripts and styles are stored in browser's sessionStorage to reduce http requests (Firefox only for now)

$.plugin itself is just 10KB uncompressed (4KB minified; 3KB compressed)


Download latest release (as of October 2, 08)




Viewing all articles
Browse latest Browse all 4

Trending Articles