jQuery.append Method (JsAction<T1, T2>)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery append(JsAction<T1, T2> function)
Parameters
function
Return Value
Type: SharpKit.jQuery.jQuery
|