TypeWatch
TypeWatch copied to clipboard
A jquery plugin to determine when a user has stopped typing in a text field.
Results
2
TypeWatch issues
Sort by
recently updated
recently updated
newest added
In JSF, when AJAX is called, the jquery-plugins need to be restarted everytime (using jsf.ajax.addOnEvent) and it cause problem in typewatch plugin, because events (keydown, paste,cut and input) are called...
It would be nice if this plugin were to extend the existing jQuery events, so that the following can be done: ``` $('#someInput').on('donetyping', handler); ``` Check https://learn.jquery.com/events/event-extensions for a walkthrough...
enhancement