mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +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 });
|