Referencia input()

input()

Llama a una función cuando el elemento recibe entrada.

myElement.input() se usa a menudo con entradas de texto y deslizadores. Llamar a myElement.input(false) deshabilita la función.

Ejemplos

Sintaxis

input(fxn)

Parámetros

fxn
Function|Boolean:

función para llamar cuando se detecta entrada dentro del elemento. false deshabilita la función.

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

Referencias Relacionadas