eduardolundgren / eduardolundgren/jquery-simulate

Add "change" as KeyboardEvent

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
101
Forks
54
PR merge metrics
No merged PRs in 30d

Description

Like:

```
createEvent: function(type, options) {
if (/^mouse(over|out|down|up|move)|(dbl)?click$/.test(type)) {
return this.mouseEvent(type, options);
} else if (/^key(up|down|press)|change$/.test(type)) {
return this.keyboardEvent(type, options);
}
},
```

It'll support: `object.simulate("change")`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.