Back

.append( content, [content] )

Insert content into each element in the current set (at the bottom)

Params

content{Content}Content to be inserted. Existing nodes will be moved instead of duplicated.
content{Content} [optional]Additional args are handled the same as the first, each in turn

Returns

DollarJS (chainable)

Examples

$('p').append('<div class="new-stuff">')