[jQuery] AJAX Cancel? (sorry, hit post before I was done)

[jQuery] AJAX Cancel? (sorry, hit post before I was done)


Hi,
I have an AJAX GET going out on KeyUp on a text box. I want to Cancel
the request or ignore the response if a new AJAX request has gone out
since the first one began. In other words, I only want to process the
AJAX request when the user is "done" entering. a la GMail address
lookup. What's the best way to do this?
Jamie