jQuery.stop Method (bool, bool)
Stop the currently-running animation on the matched elements.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery stop(bool clearQueue, bool jumpToEnd)
Parameters
clearQueue
Type: System.Boolean
jumpToEnd
Type: System.Boolean
Return Value
Type: SharpKit.jQuery.jQuery
|