Reference input()

input()

Calls a function when the element receives input.

myElement.input() is often used to with text inputs and sliders. Calling myElement.input(false) disables the function.

Examples

Syntax

input(fxn)

Parameters

fxn
Function|Boolean:

function to call when input is detected within the element. 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