I generate a HTML page with the links to images from a directory.
First I was thinking to load/display all the images and then to hide them using jQuery .hide() When a user will click to a image I'll display that image, but I hope you can offer me a better approach.
It's possible to load/show a image, only when the user clicks to a link? Can you recoomend me a plugin or a PHP script for that?