Hi,
I'm pretty new with jquery and not very skilled with javascript either.
I have a function that handles a onClick event.
This function makes 3 ajax requests "in a row", here is the (psedo-)code:
What happens sometimes is that the response "secondData" of the second call appears either in the "#firstId" element and in the "#secondId" element or in the "#thirdId" element and in the "#secondId" element.
I solved temporarly the problem by nesting the three requests and the problem seems to be solved. But this, of course, is only a work around...
Any hint?
Cheers
Emilio