SyntheticEvent
is a cross-browser wrapper around the browser's native event. Its API is the same as that of the native browser event, including stopPropagation()
and preventDefault()
, except that events behave identically across all browsers.
Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"
Comments