参考 changed()

changed()

Calls a function when the element changes.

Calling myElement.changed(false) disables the function.

示例

语法

changed(fxn)

参数

fxn
Function|Boolean:

function to call when the element changes. false disables the function.

This page is generated from the comments in src/dom/dom.js . Please feel free to edit it and submit a pull request!

相关参考