prepend
prepend(content) ⇒ self
Prepend content to the DOM inside each element in the collection. The content can be an HTML string, a DOM node or an array of nodes.
$('ul').prepend('<li>first list item</li>')
prepend(content) ⇒ self
Prepend content to the DOM inside each element in the collection. The content can be an HTML string, a DOM node or an array of nodes.
$('ul').prepend('<li>first list item</li>')