Q10
In jQuery all the elements are selected by writing . . . . . . . .
A.
$(this)
B.
$(":button")
C.
$("*")
AnswerD.
$(".class_name")
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board