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()




Contact US

Email:[email protected]

jQuery appendTo()
10/30