Reference changed()

changed()

Calls a function when the element changes.

Calling myElement.changed(false) disables the function.

Examples

Syntax

changed(fxn)

Parameters

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!

Related References