We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 744e2fe + ebf4609 commit 18c8d7cCopy full SHA for 18c8d7c
src/main/scala/io/udash/wrappers/jquery/JQueryEvent.scala
@@ -87,4 +87,8 @@ trait JQueryEvent extends Event {
87
/** For key or mouse events, this property indicates the specific key or button that was pressed.<br/>
88
* See: <a href="http://api.jquery.com/event.which/">jQuery Docs</a> */
89
def which: Int = js.native
90
+
91
+ /** The original JavaScript event.
92
+ * See: <a href="http://api.jquery.com/category/events/event-object/">jQuery Docs</a> */
93
+ def originalEvent: Event = js.native
94
}
0 commit comments