With jQuery, look at the following selector: $(“div.intro”). What does it select?

With jQuery, look at the following selector: $(“div.intro”). What does it select?

A) The first div element with class=”intro”

B) All div elements with id=”intro”

C) All div elements with class=”intro”

D) The first div element with id=”intro”

Correct Answer :

Option (C) All div elements with class=”intro”

 

With jQuery, look at the following selector: $(“div.intro”). What does it select?

Read more: Which of the following is a projective test

Leave a Reply