Q54
Which of the following is the Web application equivalent to querySelectorAll()?
A.
#()
B.
&()
C.
$()
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
Web applications based on jQuery use a portable, cross-browser equivalent to querySelectorAll() named $().