jQuery.data Method (HtmlElement, JsString)
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 object data(HtmlElement element, JsString key)
Parameters
element
key
Return Value
Type: System.Object
|