Slide 27
Slide 27 text
Event Names
Any event names can be used for the events argument
ex. touchstart, touchend, touchmove, blur, focus, submit
ex. touchstart, touchend, touchmove, blur, focus, submit
jQuery will pass through the browser's standard
JavaScript event types, calling the handler
function when the browser generates events
The .trigger()
.trigger()
.trigger()
.trigger() method can be used to manually
trigger an event