Javascript Event Library

The Fliquid Studios Javascript Event Library is a small library to remove the need to utilise inline events (ie <a href=”#” onclick=”doSomething();”) and allows the developer to have much more control over the events he/she is assigning.

The library events include adding and removing events from elements, getting the event X & Y coordinates and cancelling bubbling. Please see the code for more.

The library has been extensively tested in Firefox 2 & 3 as well as IE 6 & 7. We can’t guarentee support for other browsers, please let us know if you find a bug.

This library is available for use under the GPL.

Code:

The code can be found at GitHub.

Latest Version: 1.1.0 BETA – May 24, 2009