views:

86

answers:

4

I am trying to make a Login popup window. For example, if someone clicked the login button a popup window will show and it will change the opacity of the main page and give focus to the popup window. Here is an example of a web site that utilizes what I want to implement.

Here

+3  A: 

you could use jqueryUI dialog

derek
The latest version of jQuery UI is 1.8.1
DannyLane
@DannyLane: good catch, link has been updated.
derek
+4  A: 

You can use the jquery dialog for this: http://jqueryui.com/demos/dialog/

This is how to create form elements on it: http://jqueryui.com/demos/dialog/#modal-form

DannyLane
+1  A: 

you could also use the jQuery BlockUI plugin:

http://plugins.jquery.com/project/blockUI

Jeremy
+1  A: 

I've used the Boxy plugin before, it's very lightweight (lighter than JQueryUI, although not as much functionality).

It's very easy to use, it was the first plugin I used when learning jQuery.

Fermin
+1 Good find, definitely adding this to my bookmarks
Zack