.before()
.before() method allows to insert or append content before the specified element. .before( function(index)) is the function that returns the string inserted before every matched element. Below example clearly shows you how to insert a content before the specified element.