Ask questions and get good answers on jQuery

Please provide me the URL.

asked Dec 10 '09 at 04:18

Sisir's gravatar image

Sisir
12


You can take a look at mb.containerPlus plugin: http://pupunzi.com/#mb.components/mb.containerPlus/containerPlus.html

answered Jan 26 '10 at 20:49

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

I don't think there is anything for opening a new browser window, but there is the Dialog feature in jQueryUI that creates an overlay that appears as if it were a new window, complete with the ability to move the dialog about on the screen. You can read more about how to use it here: http://docs.jquery.com/UI/Dialog.

In a nutshell, you create a DIV that is the form, and then use jQuery to "convert" it into a form. jQuery hides the DIV, and when requested to show it, shows the DIV on top of the page in the centre with a shadow obscuring the rest of the page. It's very slick in my opinion.

Note: I don't think this supports minimise and maximise, but you can create your own links that provide these sorts of features.

There's also a more concise example at http://www.thewhyandthehow.com/jquery-modal-dialog/

answered Jan 26 '10 at 13:49

Bernhard%20Hofmann's gravatar image

Bernhard Hofmann
926

edited Jan 26 '10 at 14:03

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×67
×5
×2
×1
×1

Asked: Dec 10 '09 at 04:18

Seen: 1,947 times

Last updated: Aug 11 '10 at 04:23

jQuery main site - Matteo Bicocchi