Which jQuery DOM method is used to insert content at the end of the selected elements?
Options:
Explanation:
The jQuery DOM method <span class="w3-codespan">append()</span> 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().