jQuery.prepend Method (JsString)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery prepend(JsString content)
Parameters
content
Return Value
Type: SharpKit.jQuery.jQuery
|