LateLoader 0.9

LateLoader is fully extensible lazy loading class.

Provides Lazy Loading for:

  • img tags
  • ajax zones
  • flash objects (Firefox/gecko only)

From tunable parameters:

  • Works both in Horizontal or Vertical scrolling
  • Based on Event or Poll methods (works without mouse scrolling)
  • Detection range extension (pre-loading)
  • 'Fast scrolling' protection (loads element only after n seconds on screen)


Details

Author
Francois Cartegnie
Current version
0.9
GitHub
fcartegnie/LateLoader
Downloads
3089
Category
Utilities
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_:
    • core/1.2.3: '*'
    • VisibilityWatcher/1.3.1: VisibilityWatcher

How to use

Then just create an Instance on the target element(s)

new LateLoader.Img($$('img'));

And for the less common ones:

new LateLoader.Ajax('myajaxzone');

(see documentation for full setup)

new LateLoader.Object('myflashcontainer');

(see documentation for full setup)


Requirements

VisibilityWatcher class


Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus