Hi there,
Does anyone know how to make an inline dialog using UI dialog widget.
I want it to appear in the content DIV like the datepicker.
..somewhere in <head>
$(function(){
...
$("#inline-dialog").dialog();
$("#inline-datepicker").datepicker();
...
});
..somewhere in <body>
<div id="content-wrapper">
<p>Content</p>
<div id="inline-dialog"></div>
<p>Another content</p>
<div id="inline-datepicker"></div>
<p>Footer</p>
</div>
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---