I want to display full screen of a image when i click on thumbnail of it.
Images are hardcoded using IMG tag and having class .imagethumb
Images are displayed as thumbnail and when I click on the thumb it should display in a div called #preview , inside #preview I have a IMG tag to display the full screen of clicked image.
How can I achieve it in jquery ?