Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery keyboard event

About

This jQuery extension allow you trigger native keyboard event on target

Usage

Call jquery simulateKeyboardEvent([options]). Options may contain:

  • type: 'keydown', 'keyup', 'keypress', default: 'keydown'

Example:

$('div').simulateKeyboardEvent({type: 'keypress'});

Dependencies

  • jQuery

Compatibility

Tested on:

  • Chrome 29
  • Firefox 23
  • Safari 6
  • IE 10

Test

You need to install npm and run npm install to install karma and required extension. Then simply run:

karma start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages