Greasy Fork is available in English.

jquery-simulate

Simulate events to help unit test user interactions

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/24819/157606/jquery-simulate.js

作者
darkred
版本
0.0.1.20161113164818
建立日期
2016-11-13
更新日期
2016-11-13
授權條款
未知

GitHub repo: https://github.com/jquery/jquery-simulate

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.