jQuery.hover Method (JsAction<T>, JsAction<T>)
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery hover(JsAction<T> handlerIn, JsAction<T> handlerOut)
Parameters
handlerIn
handlerOut
Return Value
Type: SharpKit.jQuery.jQuery
|