Home > Article > Web Front-end > How to use Jquery image lazy loading plug-in jquery.lazyload.js_jquery
The latest version of jquery.lazyload.js is no longer pseudo lazy loading
1. Please follow the basic usage instructions to set up
2. Description of common attributes
container: $("#container") //Use the parent container. The CSS style of the parent container should contain at least two attributes "height: 600px;overflow: scroll;"
event: "click" //Modify the trigger event to click
3. Reference
English reference: http://www.appelsiini.net/projects/lazyload
Chinese reference: http://code.ciaoca.com/jquery/lazyload/