In mobile, the internet is slow. If I have a list of 500 images, this is going to take forever to load. I'd like to load the title of the image in a list, but as the user scrolls down, I want to start loading/downloading the <img>
tag. How do I use Javascript/Jquery to do this?
views:
42answers:
2Beat me by 40 seconds!
atxryan
2010-03-03 23:13:16
A:
The Lazy Load Plugin for jQuery should do what you need to do. http://www.appelsiini.net/projects/lazyload
atxryan
2010-03-03 23:08:34