jQuery after() and insertAfter() example

In this post,  we are going to see jQuery after and insertAfter methods.

Both do the same task, insert text or html after every selected elements but syntax is quite different.

Syntax for after():

inserting using after

Syntax for insertAfter() :

inserting using insertAfter

Let’s understand with the help of example:
Live demo: Jquery after and insertAfter example example on jsbin.com

Was this post helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *