adplus-dvertising
frame-decoration

Question

In jQuery all the elements are selected by writing ____________

a.

$(this)

b.

$(“:button”)

c.

$(“*”)

d.

$(“.class_name”)

Posted under HTML

Answer: (c).$(“*”)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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