You need 2 DIVs:

HTML:
<div id=dialog1></div>
<div id=dialog2></div>

and then you have to invoke each of these DIVs:

JS:
$('#dialog1).dialog();
$('#dialog2).dialog();

I built a demo on
       http://netzwerkstatt.de/de/jqui_zweiDialoge

HTH, Detlef
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to