jQuery.hover Method (JsAction<T>)
Bind a single handler to the matched elements, to be executed when the mouse pointer enters or leaves the elements.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery hover(JsAction<T> handlerInOut)
Parameters
handlerInOut
Return Value
Type: SharpKit.jQuery.jQuery
|