Question #147845

Which is the correct jQuery statement to get the text content of an HTML element having id "notification"?


Options:

Explanation:
The jQuery statement $("#notification").text() will return the text content of the HTML document having id "notification".
Tags: jQuery

Test Your Knowledge

Want to practice more questions like this? Take a quiz in this category!

Take a Quiz

Share This Question