0.9.3 • Published 10 years ago

kalas v0.9.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Kalas

NPM version

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.

0.9.3

10 years ago

0.9.2

10 years ago

0.9.1

10 years ago

0.9.0

10 years ago

0.8.0

10 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago