A simple jQuery plugin to triggering callbacks on display of matched elements in the viewport of a browser.
$j('#lazyload_el').lazyload(function(){
$j(this).show();
});
Simple jQuery plugin to triggering callbacks on display of matched elements.
JavaScriptMIT