Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi frndz,

I want to an image gallery. On the left side all thumbnails are there. When i mouse hover into thumbnail, the full image will be displayed into the left side div or table. So please tell me the correct code or plugin or anything.

The image gallery exactly looks http://www.rakindia.com/products.aspx?subcat=SW-0000702[^]

http://www.rakindia.com/products.aspx?subcat=SW-0000702

Please friends i am trying from 2 days i can't find any plugin and code. Please help me
Posted

1 solution

Why you need plugins for this? Can't you do this on your own? It is simple.
  1. Declare two divs. One at left and another at right.
  2. Then have a common class for all the images.
  3. Take that class as a jQuery selector and define the onmouseover event.
  4. Inside that event, just create a image element and append that to right side div.

Try this, you will learn many things. That would also boost your confidence. :)
 
Share this answer
 
v2
Comments
Thota Nani 13-Apr-14 5:19am    
i want to use multi images. How to use multi images in jquery?
What multi images? That's why I said that you should common class defined for all the images.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900