Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Using jQuery or ASP.NET, how to download page and then asynchrously download images on page? Let's say on the page you have a gallery of multiple images grabbed from your database and you want to download page first, and then wait for the images to download asynchrously while displaying some sort of ajax-loader.gif sign. I wonder how it's done?

share|improve this question
here is an article for lazy loading engineering.slideshare.net/2011/03/… and stackoverflow.com/questions/5402680/… see if this old post from SO help you – Devjosh Aug 8 '12 at 9:11

1 Answer

up vote 0 down vote accepted

use jQuery to load the images async? http://idesignow.com/jquery/10-jquery-image-loader-plugins-tutorials-generators.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.