Javascript Reference
Events > event
javascript event initMouseEvent( )
Initializes a newly created event object with a complete set of property values associated with any mouse event.
javascript event initMutationEvent( )
Initializes a newly created event object with a complete set of property values associated with any mutation event. All parameters must be present,
javascript event initUIEvent( )
Initializes a newly created event object with a complete set of property values associated with any UI event. All parameters must be present, and mu
javascript event stopPropagation( )
Prevents the current event from propagating through the capture or bubbling hierarchy beyond the node currently processing the event. This method pe
javascript event preventDefault( )
Instructs the current event to bypass the normal operation it performs on the node. Once set, the mode cannot be undone for the current event. The f
< 61-65 / 65

Powered by Linode.