
jquery-images-ondemand
Introduction
This is a very simple script to load images ondemand. Using this you avoid to load all page images and get a faster web page.
Details
To 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
Project Information
- License: Artistic License/GPL
- 15 stars
- svn-based source control
Labels:
javascriipt
jquery
images
ondemand
onscroll