

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is correct Syntax to find elements with a specific class? |
A. | $("!test") |
B. | $("p") |
C. | $("#test") |
D. | $(".test") |
Answer» E. | |