I am using JSuggest for autocompleting fields. Now if I go on typing
the characters in the field, for every character that i type a request
is made. Thus, a new request is made before the old one is serviced.
Can anything be done such that all the old requests are suspended and
only the new request stays when there is an request.

Reply via email to