Search code examples
javascriptjquerydomcjkime

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


Solution

  • The change event might help?