When Ajax requests are submitted one after the other by hitting the same URL requests
will not be submitted by property of ajax requests, since it tries to stop multiple requests
being submitted .
This can be avoided by appending Date field with milliseconds to the url.
By doing so the Ajax identifies it as a different request and request will be re-submitted.
Saturday, November 1, 2008
Multiple Ajax Requests - Consequtively
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment