eventie

WebJar for eventie

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

eventie
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

eventie
WebJar for eventie
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/desandro/eventie

Download eventie

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/eventie/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>eventie</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/eventie/
implementation 'org.webjars.npm:eventie:1.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/eventie/
implementation ("org.webjars.npm:eventie:1.0.5")
'org.webjars.npm:eventie:jar:1.0.5'
<dependency org="org.webjars.npm" name="eventie" rev="1.0.5">
  <artifact name="eventie" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='eventie', version='1.0.5')
)
libraryDependencies += "org.webjars.npm" % "eventie" % "1.0.5"
[org.webjars.npm/eventie "1.0.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

eventie - event binding helper

Makes dealing with events in IE8 bearable. Supported by IE8+ and good browsers.

var elem = document.querySelector('#my-elem');
function onElemClick( event ) {
  console.log( event.type + ' just happened on #' + event.target.id );
  // -> click just happened on #my-elem
}

eventie.bind( elem, 'click', onElemClick );

eventie.unbind( elem, 'click', onElemClick );

Install

Download eventie.js

Install with Bower ๐Ÿฆ bower install eventie

Install with npm ๐Ÿšš npm install eventie

Install with Component ๐Ÿ”ฉ component install desandro/eventie

IE 8

eventie add support for event.target and .handleEvent method for Internet Explorer 8.

MIT license

eventie is released under the MIT license.

Versions

Version
1.0.5