[jQuery] hoverIntent-like for keystrokes ?

[jQuery] hoverIntent-like for keystrokes ?


Does anyone know if a such plugin already exists ?
to enhance an autocomplete field I'd like to avoid ajax requests to be
fired while typing each letter.
Instead I'd like to fire requests only if the delay between two
keystrokes are greater than a desired delay that can be configured
when invoking the plugin.
Thank you