Skip to content
Gary Soedarsono edited this page Feb 2, 2015 · 10 revisions

Events

static

Utility class to register / unregister events easily.

Methods

of

static !Events of(!Element element, !Object scope)

Creates an Events object that operates on the given element with the given scope.

element !Element The element to operate on.
scope !Object Scope of the registered events.

returns ![[Events|Events]]: Chainable Events object.


Clone this wiki locally