On Fri, Oct 23, 2009 at 1:26 AM, gMinuses <gminu...@gmail.com> wrote:

>
> If you open firebug, you can see the order is "1,3,2,4", which can
> cause disasters.


I am not sure what you are asking for but from logical point of view and
generally speaking asynchronous calls do not guarantee order by default so
your behavior is kinda expected and not necessary 1,3,2,4
Let's say the first call will take 1 second you'll have 3,4,1,2 which is
still expected.

Regards

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to