Home > Article > Web Front-end > Solve the doubts about the onPropertyChange event in IE HTML! _html/css_WEB-ITnose
IE HTML onPropertyChange compatibility issues
The HTML document is as follows:Is there any master? ? ?
In order to let Others can switch the input method, but block some special characters, etc., and sometimes the value will be changed by js. Using the oninput event is not supported by IE, and onkeyup and onkeydown cannot meet business needs! ! ! Where is the great god? ? ? ? ? ? ? Please ask an expert to solve the bug. . . . . Same request. . . . Same request. . . . . Same request. . . . . The ruthless emperor? ? ? Crazy God? ? ?
Moreover, I have used onmouseup and onkeyup in combination, but when I switch to the Simplified Chinese input method (Sogou), after inputting pinyin, the Chinese characters are not generated by clicking the space bar, but are displayed using the mouse click input method. The phrases that come out, such onmouseup and onkeyup cannot meet the needs, so I think it is best to monitor the changes in value, so use the onPropertyChange event!