Which jQuery DOM method is used to set or return the text content of selected elements?
Options:
Explanation:
The jQuery DOM method
text() is used to set or return the text content of selected elements.
Tags:
jQuery
Answer:
Which jQuery DOM method is used to set or return the text content of selected elements text().