Pre-load Picture

Source: Internet
Author: User

1 //functions that define a preloaded picture list (with parameters)2Jquery.preloadimages =function(){3   //Traverse a picture4    for(vari = 0; i<arguments.length; i++){5JQuery (", Arguments[i]);6   }7 }8 //You can use the Preload function like this9$.preloadimages ("Images/logo.png", "Images/logo-face.png", "images/mission.png");

I can use the pre-loading method, do some of the single-page picture of a larger number of sites, such as some e-commerce sites, if a one-time loading all pictures, will affect the loading speed, which will result in poor user experience.
We can handle this problem with the pre-loading function above.

Logic:

1. Loading the page for the first time, passing in some parameters (the parameter here is the picture path);

2. When the window view is sliding to the last picture loaded last, another part of the parameter is passed in;

3. Pass the parameter so repeatedly, as long as the User window view arrives at the last pass of the picture, it passes the next parameter to be loaded;

4. This will not cause unnecessary waste of resources (no need to load all images at once, it is possible that users will not browse all images);

Pre-load Picture

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.