does $("#datatable") exists when you call the function? is it called at
document ready?


2010/1/14 gib <gib...@googlemail.com>

$("#datatable").load("includes/Remotes.asp",{funcType: "getData"},
> function (responseText, textStatus, XMLHttpRequest) {
>        alert(responseText); // dom element
>        alert(textStatus);
> });
>
> This code works fine in firefox, and the alerted responseText is
> correct, but it is not displayed in the targeted div, any idea whats
> could be going on?
>
> thanks in advance
>
> gib
>

Reply via email to