jQuery.mouseenter Method (JsAction<T>)
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery mouseenter(JsAction<T> handler)
Parameters
handler
Return Value
Type: SharpKit.jQuery.jQuery
|