[jQuery] Using a pause in typing instead of onkeyup

[jQuery] Using a pause in typing instead of onkeyup


I've got an autosuggest script that runs every onkeyup. So for every
key stroke, the script calls the server.
I would much rather see this script call the server after the user
stops typing, or if while typing, after a set number of microseceonds
have passed before calling the server to run its search suggestions.
Any thoughts?