Swathy
Swathy

Reputation: 11

Make window pop up in the same browser

I wanted to make a window popup in the same browser blocking the background..I am a newbie and does not have any idea about it.. can anyone help me out with this ??

Also Can this be done with accordion in jquery ?? or should i use some other technology for my window to pop up ??

Upvotes: 1

Views: 118

Answers (3)

FirmView
FirmView

Reputation: 3150

May be you are asking for Lightbox, http://leandrovieira.com/projects/jquery/lightbox/

Upvotes: 1

gideon
gideon

Reputation: 19465

I think you mean a modal window? See this http://www.ericmmartin.com/projects/simplemodal/

Upvotes: 1

charliegriefer
charliegriefer

Reputation: 3382

jQueryUI has a dialog box with an option for modal (which is what you're referring to with "blocking out the background", I believe).

See http://jqueryui.com/demos/dialog/#option-modal

Upvotes: 1

Related Questions