TypeWatch
TypeWatch copied to clipboard
Make available as a jQuery event
trafficstars
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 or https://github.com/jquery/jquery-mousewheel/blob/master/jquery.mousewheel.js for an example implementation.
I would also like to see this!