text input keyup event with time interval

Posted by nir on Stack Overflow See other posts from Stack Overflow or by nir
Published on 2009-07-23T10:46:42Z Indexed on 2010/03/18 9:01 UTC
Read the original article Hit count: 308

Filed under:
|

I have a textbox. I want to call a ajax callback function with some 2 second delay on every keyup.

How to implement this?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about AJAX