how to use jQuery to show up a non-modal dialog?

dialog, jquery, plugins

Solution

Here you go!

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

Problem

Here is a plugin for block dialog: http://malsup.com/jquery/block/#dialog But what I need is a non-block dialog. Is there such a plugin? It should be as light as possible

Original source