Monthly Archives: October 2007

Ajax requests when users stop typing

I was tackling a problem the other day related to triggering ajax requests as a user was typing in an input field. Sometimes you can just fire off the request on the blur event, but other times you want to fire it off from a keypress event. Sending xhr requests on every keypress [...]
Tagged , | 7 Comments