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 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
2 matches
Mail list logo