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.
The latest version of jQuery UI is 1.8.1
DannyLane
2010-05-05 13:47:23
@DannyLane: good catch, link has been updated.
derek
2010-05-05 13:50:04
+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
2010-05-05 13:46:26