This helps the page load faster, since the user's browser is told to load only the images that the user sees.
It greatly improves page loading speed for big pages with lots of images.
Images can be loaded after an event is triggered (such as click, mouseover, and scroll) or after a specified delay.
Can be integrated with image gallery apps/websites.
JAIL is an acronym for jQuery Asynchronous Image Loader.
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library
What's New in This Release: [ read full changelog ]
· Fixed issue with callback.
· Fixed issue with the use of '$' (AMD case).
· 'scroll' event managed in a better way.