Detecting html textarea's change
Posted
by Colby77
on Stack Overflow
See other posts from Stack Overflow
or by Colby77
Published on 2010-05-13T19:58:26Z
Indexed on
2010/05/13
20:14 UTC
Read the original article
Hit count: 195
Hi,
I'd like to monitor my textarea's changes with jQuery. I can do this with the keyup event and it works perfectly. But what event I can get when a user click on the textarea (right mouse click), then choose paste?
Click event occur only when the user click with the left mouse button on the textarea.
How can I handle this situation?
© Stack Overflow or respective owner