jQuery.text Method (JsString)
Set the content of each element in the set of matched elements to the specified text.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery text(JsString textString)
Parameters
textString
Return Value
Type: SharpKit.jQuery.jQuery
|