Which jQuery DOM method is used to insert content at the end of the selected elements?
Options:
Explanation:
The jQuery DOM method
append() is used to insert content at the end of the selected elements.
Tags:
jQuery
Answer:
Which jQuery DOM method is used to insert content at the end of the selected elements append().