tags:

views:

172

answers:

6

I am basically trying to achieve what this page has:

When clicked on an image, it should pop out, make the back screen black, and have a close button.

I've seen lot of sites with this. Does anyone know which jquery plugin could be used for this?

A: 

This is a jquery ui plugin for modals: http://nyromodal.nyrodev.com/

Stephen lacy
You might want to add some clarification around that link.
Brian Ramsay
You're right, I was being lazy
Stephen lacy
+1  A: 

Here's one but I'd recommend you just search the plugins on the jQuery site or bang your question into Google and look for the perfect one for your needs, there's gadgillions out there!

jQuery lightbox plugin

daddywoodland
+5  A: 

Here's a comparison of 10 different implementations:

http://line25.com/articles/rounding-up-the-top-10-jquery-lightbox-scripts

Jonas H
A: 

You could try the jQuery UI Dialog Plugin, to stick with jQuery, and putting an img inside the content to show.

By the way, the page is using Lightview, wich works with Prototype and Scriptaculous (but not jQuery).

eKek0
A: 

Try using thickbox or lightbox for images

marcgg
A: 

facebox is good too... I've been using that one, and it works well. Though if you're using it with ASP.NET you need to make a small change to the js file. (Check this link).

Also, you would need to make a small css change (or possibly js) to get the blackened background, but it wouldn't be too hard.

eidylon