after(<selector>, <html>)
Place the <html> after (as a sibling of) the element selected by <selector>. The selector used can be any valid JQuery selector.
The following ruleset shows after() being used
The following demonstrates the preceding rule:
Labels: