Thread
:
Calling multiple Ajax Functions overides response
View Single Post
09-24-2012, 07:56 PM
PM User
|
#
2
devnull69
Senior Coder
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
You are using the same XMLHttpRequest object for all the elements. So (except for the last element) there will be only one call for onreadystatechange for each element. Only the last element will reach the readyState==4
devnull69
View Public Profile
Find More Posts by devnull69