jQuery handles the Ajax part just fine, leaving the Dialog plugin to focus on making the element a dialog:
$("#myDiv").load(url).dialog(); or $("#myDiv").load(url, function() { $(this).dialog(); }); If you need any further help, there's a jQuery UI mailing list: http://groups.google.com/group/jquery-ui - Richard On Tue, Feb 3, 2009 at 5:08 PM, Pedram <pedram...@gmail.com> wrote: > > Dear folk , > I'm using the Dialog from the UI ,I want to add page with Ajax Call in > it . I checked the Documentation , But I couldn't find it , > has anyone done that before