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(); });
<img class="lazy" data-src="path/to/image.jpg" />
<div class="lazy" data-src="path/to/image.jpg"></div>