Jquery Cheat Sheet Page 8

ADVERTISEMENT

EVENTS
.focus()
.focusin()
Browser Events
.focusout()
.error()
.select()
.resize()
.submit()
.scroll()
Keyboard Events
Document Loading
.keydown()
.load()
.keypress()
.ready()
.keyup()
.unload()
Mouse Events
Event Handler Attachment
.click()
.bind()
.contextMenu()
.delegate()
.dblclick()
.die()
.hover()
.live()
.mousedown()
.off()
.mouseenter()
.on()
.mouseleave()
.one()
.mousemove()
.trigger()
.mouseout()
.triggerHandler()
.mouseover()
.unbind()
.mouseup()
.undelegate()
.toggle()
Form Events
Event Object
.blur()
event.currentTarget
.change()
event.delegateTarget
8
of
13

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education