-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pasting text does not trigger event #3
Comments
To fix this, use the uncompressed version, and add this after the lines for 'listen to blurs', around line #78:
|
I forked and fixed it: https://github.com/m1ket/jquery-typing/blob/master/plugin/jquery.typing-0.3.0.js#L82 I'm pretty sure I sent a Pull Request. |
I see now. Your pull-request has a few too many files, but your solution is very similar. It looks like this plugin is a bit abandoned, though. :-/ |
Yea. A good plugin though! I use it a fair bit. Really helpful for auto-complete boxes. |
I suggest to use this code, so you simulate the typing and suddenly you stop it with change, cut and paste! ;)
|
If I paste text into an input field then the typing event is not fired.
The text was updated successfully, but these errors were encountered: