Home > Article > Web Front-end > Binding method of onpropertychange event under jquery_javascript skills
I made a form today. When a row is required to be entered, the value is automatically calculated, and the column of the calculated value must be automatically totaled.
The onchange event was used at first, but when inputting, the column calculated and filled in with Javascript did not respond to the onchange event.
Googled it and found the onpropertychange event. You can also respond by setting the value with JS.
When using it in Jquery, you must use bind.