Skip to content
jQuery Event Unit Testing Helpers
JavaScript HTML CSS
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
external
test Enable options by fixing dispatchEvent Jun 6, 2016
.gitattributes
.gitignore
.jshintrc
AUTHORS.TXT
CONTRIBUTING.md
Gruntfile.js
LICENSE.txt
README.md
bower.json
jquery.simulate.js
package.json

README.md

jQuery.simulate()

Simulate events to help unit test user interactions.

Project Status

jquery-simulate is in use by projects of the jQuery Foundation, but isn't under active development. Usually issues are addressed by members of the jQuery UI team when they're affected, while other pull requests linger and get stale. We hesitate to put more time into this project, since its future is unclear.

Specifically we're hoping for the WebDriver API to become a much better solution. We're currently experimenting with that, via Intern on PEP).

That said, this project is stable and should work fine. Just keep the above in mind before using it.

How to build

If you don't yet have grunt installed:

npm install -g grunt-cli

Then:

npm install
grunt

How to test

Open the test/index.html in a browser.

You can’t perform that action at this time.