Jsonpropertychange input box event get attribute _ form special effect
Source: Internet
Author: User
Onpropertychange is mainly used to obtain user modifications and other events in real time. When the attribute of an HTML element changes, it can be captured through onpropertychange. For example, when the value Attribute of the <input name = "text1" id = "text1"/> object is modified by the script on the page, onchange cannot be captured, but onpropertychange can be captured.
The specific understanding is: onpropertychange can capture changes in the attribute value in time, while onchange can only activate this event by executing some operations with the mouse when the attribute value changes!
However, onpropertychange is only supported by IE. How can this problem be solved in FireFox? The event oninput of firefox has the same effect as the onproperchange of IE.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.