jQuery.replaceWith Method (HtmlElement)
Replace each element in the set of matched elements with the provided new content.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery replaceWith(HtmlElement newContent)
Parameters
newContent
Return Value
Type: SharpKit.jQuery.jQuery
|