IntroductionThis is a very simple script to load images ondemand. Using this you avoid to load all page images and get a faster web page. See the online demo DetailsTo use this script, you only have to - change img properties
- include jquery file (>= 1.2.6)
- inlcude the script file
To change img properties you only have to add 'img-ondemand' class and chage put src content on longdesc propertie on img tags ej:
- original img <img src='my_pic.jpg' />
- new img <img class='img-ondemand' longdesc='my_pic.jpg' src='pix.gif' />
enjoy
|