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