jQuery-lazyload-any is not hard-coded to work with images only, like most lazy-loading systems, but it can also work with any other kind of page elements as well, from iframes, to form fields, video elements, and so on.
The plugin works like other lazy-loading plugins though, watching the user's viewport and graciously revealing elements when they come into view using a basic fade-in effect.
Developers can control a threshold of visibility after which the animation is triggered, allowing them access to a fine-tuning system for the lazy-loading operation.
jQuery-lazyload-any comes with a few basic examples to show developers how it can be implemented.
What is new in this release:
- Support overflow DIV.
- Support display none and show.
What is new in version 0.1.9:
- Bind resize and scroll events only on demand.
What is new in version 0.1.8:
- Support for jQuery 1.6.4.
Requirements:
- JavaScript enabled on client side
- jQuery
Comments not found