jQuery.data Method (JsString)
Returns value at named data store for the first element in the jQuery collection, as set by data(name, value).
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public object data(JsString key)
Parameters
key
Return Value
Type: System.Object
|