Delayed Content, Image and Background Lazy Loader on html pages

jQuery Lazy

A lightweight but powerful delayed content, image and background lazy-loading plugin for jQuery & Zepto

http://jquery.eisbehr.de/lazy/

Download 1.7.9

 <script type="text/javascript" src="jquery.lazy.min.js"></script>
  $(function() {        $('.lazy').Lazy();    });      

    <!-- load images the lazy way -->    <img class="lazy" data-src="path/to/image.jpg" />    <!-- load background images of other element types -->
    <div class="lazy" data-src="path/to/image.jpg"></div>   

Share :

Delayed Content, Image and Background Lazy Loader on html pages