I have a textbox. I want to call a ajax callback function with some 2 second delay on every keyup.
How to implement this?
|
I have a textbox. I want to call a ajax callback function with some 2 second delay on every keyup. How to implement this? | ||||
|
feedback
|
|
Using jQuery, but feel free to substitute your own JS library of choice:
| |||
|
feedback
|
|
I'm using jQuery here but you should get the point:
| |||
|
feedback
|
|
If you're using jQuery, you can use the excellent delayedObserver plugin. | |||
|
feedback
|
|
2 second after last key press or every key press?
| |||
feedback
|