Home » jQuery appendTo()

jQuery appendTo()

by Online Tutorials Library

jQuery appendTo()

The appendTo() method is used to add additional content at the end of the selected elements. It is same as jQuery append() method. There is only syntactical difference between append() and appendTo() methods.

Syntax:

Example of jQuery appendTo() method

Let’s take an example to demonstrate jQuery appendTo() method.

Test it Now

Next TopicjQuery clone()

You may also like