I am using jQuery UI tabs. I have 10 tabs, and each tab holds 8 images. Loading these 80 images is making the page load time very long, so I want to wait to load the images in each tab until the user clicks on the tab. I do not want t开发者_高级运维o populate the tabs with ajax calls because I need search engines to index the content in each tab.
Will the Lazy Load jQuery plugin work here? It says that it works with tall web pages, but mentions nothing about tabs.
Unfortunately "Lazy Load is currently not usable."
http://www.appelsiini.net/projects/lazyload
精彩评论