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.
1 parent 744e2fe commit ebf4609Copy full SHA for ebf4609
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