Which of the following is the Web application equivalent to querySelectorAll()?
A
#()
B
&()
C
!()
D
$()
Correct Answer: $()
Web applications based on jQuery use a portable, cross-browser equivalent to querySelectorAll() named $().