Skip to content

adamsanderson/trigger-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trigger-event

Trigger native DOM events. This is primarily useful for testing, or for triggering common DOM events such as the change event for custom components.

Installation

component install adamsanderson/trigger-event

See component for more information.

API

trigger(el, name, options)

Triggers the name event on el. Options may be passed in to customize the event.

HTMLEvents support the following options:

bubbles
cancelable

MouseEvents support the following options:

bubbles
cancelable
detail (number of clicks)
screenX / screenY
clientX / clientY
ctrlKey
altKey
shiftKey
metaKey
button (mouse button)

Any other event will be triggered as a CustomEvent.

See the W3C Event Spec for more details.

Where sensible, sane defaults will be filled in. See the list of event types for supported events.

Attribution

This is loosely based on kangax's event.simulate.js.

Contributions from:

License

MIT


Adam Sanderson - http://monkeyandcrow.com

About

trigger native dom events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published