TypeWatch icon indicating copy to clipboard operation
TypeWatch copied to clipboard

Make available as a jQuery event

Open gentisaliu opened this issue 9 years ago • 1 comments
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.

gentisaliu avatar Apr 01 '16 13:04 gentisaliu

I would also like to see this!

gregpettit avatar Apr 28 '16 20:04 gregpettit