GithubHelp home page GithubHelp logo

luis-pinheiro / jquery.lazy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dkern/jquery.lazy

0.0 0.0 0.0 347 KB

jQuery.Lazy() is an delayed image loader to speed up page loading time.

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

jquery.lazy's Introduction

jQuery.Lazy();

Lazy is a delayed image loading plugin for jQuery. It is designed to speed up page loading times and decrease traffic to your users and customers. It does not only support images in <img/> tags, even backgrounds supplied with css like background-image or other methods are supported.

Documentation / Examples

For documentation, examples and other information take a look on the project page: http://jquery.eisbehr.de/lazy

Basic Usage

The basic usage is quite simple. Just change the image tags and add Lazy to all images you want to lazy load.

<img class="lazy" data-src="path/to/image_to_load.jpg" src="" />
<script type="text/javascript">
jQuery("img.lazy").Lazy();
</script>

jquery.lazy's People

Contributors

dkern avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.