0.9.3 • Published 11 years ago
kalas v0.9.3
Kalas
Events for modern browsers.
Installation
Kalas is available (as kalas) via Bower, Jam, and npm. Kalas also works with Ender.
Usage
kalas.off(node, name, fn); // Remove an event called 'name' from a node;
// the function 'fn' must be identical to the one added.
kalas.on(node, name, fn); // Add an event called 'name' to a node.
kalas.ready(fn); // Add a function to run when the DOM is ready.
kalas.trigger(node, name); // Run the function for an event called 'name' on a node.License
MIT Licensed; see the LICENSE file for more info.
