Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This my HTML code
HTML
<div>
<img class="portfolio-item" src="img1"/>
<img class="portfolio-item" src="img2"/>
<img class="portfolio-item" src="img3"/>
<img class="portfolio-item" src="img4"/>
</div>

When i click the image the same images is displayed in popup..
I need jquery to display popup
Posted
Updated 29-Nov-12 22:44pm
v3
Comments
Killzone DeathMan 30-Nov-12 4:56am    
You can you use a fancybox or a lightbox to do an popup!
saravana__ 30-Nov-12 5:10am    
i need to write own coding plz help me how to start

1 solution

Hi you can use the jquery reveal plugin, there is a tutorial in the plugin page

http://www.zurb.com/playground/reveal-modal-plugin[^]
 
Share this answer
 

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