Lazy Load Plugin for jQuery
```
then in your code do:
```js
$("img.lazy").lazyload();
```
This causes all images of class lazy to be lazy loaded.
More information on [Lazy Load](http://www.appelsiini.net/projects/lazyload) project page.
## Install
You can install with [bower](http://bower.io/) or [npm](https://www.npmjs.com/).
```sh
$ bower install jquery.lazyload
$ npm install jquery-lazyload
```
# License
All code licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php). All images licensed under [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/deed.en_US). In other words you are basically free to do whatever you want. Just don't remove my name from the source.