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.
It would be nice if this plugin were to extend the existing jQuery events, so that the following can be done:
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.