On Thu, Mar 12, 2009 at 1:32 AM, Donovan Walker <[email protected]>wrote:
>
> Hello Dialog authors! Wow is this a cool widget. It has fantastic
> potential.
So glad you like it :)
>
> I would like to be able to open more than one dialog at a time to use
> as positionable content windows. It doesn't look like this can be
> done. Am I wrong?
$("#div1").dialog();
$("#div2").dialog();
$("#div3").dialog();
You could even do
$("#div1, #div2, #div3").dialog();
- Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---