Skip to content

ArnaudWopata/jQuery-Keyboard-Event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors