My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

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.

See the online demo

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

Powered by Google Project Hosting