Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery/DOM event for typing Chinese (ibus)?

as we know there is a lot of events will be triggered when we typing.

such as keyup, keydown, keypress or something else.

Is there any other event will be triggered only when the content in the text field is changed? and if there is not,how to write some javasrcipt code to accomplish this feature

like image 286
castiel Avatar asked Nov 04 '22 15:11

castiel


1 Answers

The change event might help?

like image 177
Alex Avatar answered Nov 15 '22 01:11

Alex