Multiple Requests
Sunday May 10, 2009
You can submit a second Ajax request before the first returns provided you code it the right way.
In all of the preceding Ajax tutorials we have looked at how to use Ajax to make a single request to the server. Because we are making asynchronous requests there is nothing to stop us from sending multiple requests back to the server to retrieve different things all at the same time. In this thirteenth Ajax tutorial we look at how we can set up multiple requests that can work independently of one another.
Multiple Requests


No comments yet. Leave a Comment