mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 03:20:46 +08:00
7 lines
150 B
TypeScript
7 lines
150 B
TypeScript
/// <reference path="jquery.simulate.d.ts"/>
|
|
|
|
var $element = $("body");
|
|
|
|
$element.simulate("click");
|
|
$element.simulate("mousewheel", { detail: 50 });
|