jQuery.prependTo Method (HtmlElement)
Insert every element in the set of matched elements to the beginning of the target.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery prependTo(HtmlElement target)
Parameters
target
Return Value
Type: SharpKit.jQuery.jQuery
|