Vidyalelo
JavaScript · Q54

Document Object Model And Event Handling

Programming · JavaScript · question 54

Q54

Which of the following is the Web application equivalent to querySelectorAll()?

A.
#()
B.
&()
C.
$()
Answer
D.
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 $().