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.? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/255456-onclick-image-gallery/#findComment-1309740 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.