Clear Up
SharpKit Reference

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
Type: SharpKit.JavaScript.JsAction<T>
handlerOut
Type: SharpKit.JavaScript.JsAction<T>

Return Value

Type: SharpKit.jQuery.jQuery
© Copyright 2005-2011 SharpKit. All rights reserved.