On Auto complete when user types any chars it is making Ajax call and if the query takes more time for the first entered values jquery chaining all of them and calling again and again until all the chars are done. That is producing lot of traffic on the server. Is there any way we can suppress the request if any other request is already in process.