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(){
> >$("#
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..")
>
$(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
3 matches
Mail list logo