jQuery has an .after() method, and also an .insertAfter() method.
.after()
.insertAfter()
What\'s the difference between them? I think I can use .after()
after( content ) Returns: jQuery
Insert content after each of the matched elements.
insertAfter( selector ) Returns: jQuery
Insert all of the matched elements after another, specified, set of elements.