trainingtrains Logo

91-9990449935

 0120-4256464

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