prependToprependTo(target) ⇒ self Prepend elements of the current collection inside each of the target elements. This is like prepend, only with reversed operands. $('<li>first list item</li>').prependTo('ul')