Vidyalelo
HTML · Q10

HTML with Javascript and jQuery

Programming · HTML · question 10

Q10

In jQuery all the elements are selected by writing . . . . . . . .

A.
$(this)
B.
$(":button")
C.
$("*")
Answer
D.
$(".class_name")

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board