tags:

views:

83

answers:

4

Please, I need help.

I am new to jQuery and I have link which on click should open a modal window of some sort (I want to be able to controll the position of it).

This is a simple window. It only contains some text and I want it to have just a closing button. That is all.

How can I do this in jQuery? I want something very simple, without to much dependencies.

Thank you all.

+2  A: 

jQueryUI has its own Dialog Plugin, having the ability to be Modal and positioned explicitly from its configuration.

Jonathan Sampson
+1  A: 

Here's a really simple Modal Plugin for jQuery.

Hope that helps.

Chris Nicol
+2  A: 

try http://jqueryui.com/demos/dialog/

there are more options on the top of this page: http://jquery.com/demo/thickbox/

Galen
+1  A: 

you can try facebox, lightbox but the simplest is jqModal

Anwar Chandra