[jQuery] Re: Multiple Load Callback

2008-05-19 Thread FreeKill
( "scripts/generateB.php", {VAR: var}, > function(){ > $("#div3").load( "scripts/generateC.php", {VAR: var}, function(){ > $("#div4").load( "scripts/generateD.php", {VAR: var} ); > > > > } ); > } >  ); > }); > On Mon,

[jQuery] Multiple Load Callback

2008-05-19 Thread FreeKill
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