jQuery.data Method (HtmlElement)
Returns value at named data store for the element, as set by jQuery.data(element, name, value), or the full data store for the element.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public static JsObject data(HtmlElement element)
Parameters
element
Return Value
Type: SharpKit.JavaScript.JsObject
|