Web Development with jQuery®

(Elliott) #1

Appendix D (^) ❘ 515
error()
error([data, ]function)
Triggers the error event of each selected element.
Attaches a function to the error event of each selected
element. Optionally, custom data can be passed if the
data argument is specifi ed, which is available in turn as
event.data.
focus()
focus([data, ]function)
Triggers the focus event of each selected element.
Attaches a function to the focus event of each selected
element. Optionally, custom data can be passed if the
data argument is specifi ed, which is available in turn as
event.data.
focusin()
focusin([data, ]
function)
Triggers the focusin event of each selected element.
Attaches an event handler to the focusin event of each
selected element. Optionally, custom data can be passed
if the data argument is specifi ed, which is available in turn
as event.data.
focusout()
focusout([data, ]
function)
Triggers the focusout event of each selected element.
Attaches an event handler to the focusout event of each
selected element. Optionally, custom data can be passed
if the data argument is specifi ed, which is available in turn
as event.data.
keydown()
keydown([data, ]
function)
With no arguments, the keydown event of each selected
element is triggered.
With only a callback function, the callback function is exe-
cuted upon the keydown event of each selected element.
Optionally, custom data can be passed if the data argu-
ment is specifi ed, which is available in turn as event
.data.
keypress()
keypress([data, ]
function)
Triggers the keypress event of each selected element.
Attaches a keypress event handler to each selected ele-
ment. Optionally, custom data can be passed if the data
argument is specifi ed, which is available in turn as event
.data.
keyup()
keyup([data, ]function)
Triggers the keyup event of each selected element.
Attaches a function to the keyup event of each selected
element. Optionally, custom data can be passed if the
data argument is specifi ed, which is available in turn as
event.data.
continues
http://www.it-ebooks.info

Free download pdf