Q. Which of the following is the Web application equivalent to querySelectorAll()?
β
Correct Answer: (C)
$()
Explanation: Web applications based on jQuery use a portable, cross-browser equivalent to querySelectorAll() named $().