forked from cytoscape/cytoscape.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Collectionevents
maxkfranz edited this page May 1, 2012
·
8 revisions
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().