( "scripts/generateB.php", {VAR: var},
> function(){
> $("#div3").load( "scripts/generateC.php", {VAR: var}, function(){
> $("#div4").load( "scripts/generateD.php", {VAR: var} );
>
>
>
> } );
> }
> );
> });
> On Mon,
Hi,
I'm thinking there is something I'm just overlooking, but I hope
someone can help...
I have a set of load calls that are each made at document load:
$("#div1").load( "scripts/generateA.php", {VAR: var} );
$("#div2").load( "scripts/generateB.php", {VAR: var} );
$("#div3").load( "scripts/gene
2 matches
Mail list logo