Home

Awesome

Build Status Eventr - a JavaScript event simulator

Greenkeeper badge

Code initially based on Protolicious, made library agnostic by a user on stackoverflow and was then made into a CoffeeScript module.

Usage

There is only one public static method:

Eventr.simulate(element, eventName [, options]) -> DOMElement

where

Returned is the target element for convenient chaining (well at least as easy as it gets with static methods :).

Building from source

Just run grunt.

Version history

License

MIT License, see LICENSE.md