[jQuery] Re: Ajax Call in Dialog UI

2009-02-03 Thread Pedram
Great thanks . On Feb 3, 2:13 pm, "Richard D. Worth" wrote: > 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 ne

[jQuery] Re: Ajax Call in Dialog UI

2009-02-03 Thread Richard D. Worth
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/grou