FinalFrontier Posted January 21, 2012 Share Posted January 21, 2012 I have an image gallery that has 10 images on it. Its a very simple image gallery, basically you have "A" "B" "C" "D" etc, and for each letter you click on, JavaScript changes the relative image from hidden to block. The problem I have is that all of the 10 images load in the background, despite the user not clicking on the corresponding letter, which wastes a ton of bandwidth (because most users won't view all of the images). I am wondering if someone could show me a very simple example (if its possible to do) using JavaScript and onClick, so that the image loads on demand.? Link to comment https://forums.phpfreaks.com/topic/255456-onclick-image-gallery/ Share on other sites More sharing options...
FinalFrontier Posted January 21, 2012 Author Share Posted January 21, 2012 Its OK. I have finally found a cool tutorial. Link to comment https://forums.phpfreaks.com/topic/255456-onclick-image-gallery/#findComment-1309740 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.