This jQuery extension allow you trigger native keyboard event on target
Call jquery simulateKeyboardEvent([options]). Options may contain:
type:'keydown','keyup','keypress', default:'keydown'
Example:
$('div').simulateKeyboardEvent({type: 'keypress'});- jQuery
Tested on:
- Chrome 29
- Firefox 23
- Safari 6
- IE 10
You need to install npm and run npm install to install karma and required extension.
Then simply run:
karma start