Which of the following is the Web application equivalent to querySelectorAll()?
(a) #()
(b) &()
(c) $()
(d) !()
(a) #()
(b) &()
(c) $()
(d) !()
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (c) $()
Easiest explanation: Web applications based on jQuery use a portable, cross-browser equivalent to querySelectorAll() named $().