Stop previous AJAX requests?

I have a quick search field, where as you type it runs a search. All
that I care about is the last search being run. Is it possible to kill
previous AJAX requests so it can jump ahead to the last one?

Thanks for your help.