Skip to content
maxkfranz edited this page May 1, 2012 · 8 revisions

Collection events

Add a callback function to be called every time an event occurs for any element in the collection.

Remove a callback function bound by eles.bind(), eles.one(), eles.once().

Trigger an event on a collection such that bound event handlers are triggered.

Add a callback function to be called one time when an event first occurs for each element.

Add a callback function to be called one time when an event first occurs for any element in the collection.

Add a callback function to be called every time an event occurs for any element that ever matches the current top-level selector.

Remove a callback function bound via col.live().

Clone this wiki locally