[jQuery] Re: AJAX calls acting syncronously

2009-08-11 Thread sak
Hi Nick Thanks so much that sorted it all out.it's been bugging me for the last two days, but had to put it aside to continue with other work. Just ran a test now and it works as expected. I get the jist of what was going on now but I'll need to research it a little more indepth to fully und

[jQuery] Re: AJAX calls acting syncronously

2009-08-11 Thread Nick Fitzsimons
2009/8/11 sak : > > > Thats the thing, I don't want the results coming back in order. I am > trying emulate them coming back unordered, but they are coming back > ordered. I was digging deeper yesterday and discovered the results are > linked to an aspsessionid cookie that is created from the asp

[jQuery] Re: AJAX calls acting syncronously

2009-08-11 Thread sak
Thats the thing, I don't want the results coming back in order. I am trying emulate them coming back unordered, but they are coming back ordered. I was digging deeper yesterday and discovered the results are linked to an aspsessionid cookie that is created from the asp pages (don't fully understa

[jQuery] Re: AJAX calls acting syncronously

2009-08-10 Thread MorningZ
"Am I missing something here" Yes, you are assuming that the results will come back in the order called, which totally is not the case the success function simply says "when you return from this async call, run this", there is nothing in the logic about "order" There is an older plugin t