参考 changed()

changed()

当元素发生变化时调用一个函数。

调用myElement.changed(false)会禁用该函数。

示例

语法

changed(fxn)

参数

fxn
函数|布尔:

元素变化时调用的函数。false会禁用该函数。

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

相关参考