[jQuery] Re: Problem with long request

2008-07-22 Thread k8
up On 20 Lug, 03:37, k8 <[EMAIL PROTECTED]> wrote: > I have need that the content of the manually loaded page bot.php or, > not when he is ended the execution of the file bot.php > clearly? > > On 19 Lug, 19:21, Ariel Flesler <[EMAIL PROTECTED]> wrote: > > > $(window).load(function(){ > >$("#

[jQuery] Re: Problem with long request

2008-07-19 Thread k8
I have need that the content of the manually loaded page bot.php or, not when he is ended the execution of the file bot.php clearly? On 19 Lug, 19:21, Ariel Flesler <[EMAIL PROTECTED]> wrote: > $(window).load(function(){ >$("#content") > .append("Connessione in corso..") >

[jQuery] Re: Problem with long request

2008-07-19 Thread Ariel Flesler
$(window).load(function(){ $("#content") .append("Connessione in corso..") .load("bot.php"); }); If you don't need to wait for window.onload, then you can replace the first line for $().ready(function() { Cheers -- Ariel Flesler http://flesler.blogspot.com/ On 18 jul