91-9990449935 0120-4256464 |
jQuery after()The jQuery after() method is used to insert specified content after the selected element. It is just like jQuery append() method. If you want to insert content before the selected element, you should use jQuery before() method. Syntax: Parameters of jQuery after() method
Example of jQuery after() methodLet's see an example of jQuery after() method: Test it NowOutput: This is a tutorial website. This is a training institute.
Next TopicjQuery insertAfter()
|