Comment on Show HN: Amazon Instant, weekend projectparentComments−lgas12yThe easy way to do this is to use the changing of the value of the search field to trigger searches instead of caring about keystrokes at all.Of course you probably don't want to send every single change either but thats beyond the scope of this comment. :)−tmlee12yThat's true :) While for that, you give a delay for say ~.5 seconds once your hand is off the keyboard, then read the value in the form.
Comments
The easy way to do this is to use the changing of the value of the search field to trigger searches instead of caring about keystrokes at all.
Of course you probably don't want to send every single change either but thats beyond the scope of this comment. :)
That's true :) While for that, you give a delay for say ~.5 seconds once your hand is off the keyboard, then read the value in the form.