Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

oscarpalmer/kalas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalas

NPM version

Kalas is no longer being developed or maintained.

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.

About

Events for modern browsers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published