Q:

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

1

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


  1. All div elements with class=”intro”
  2. The first div element with class=”intro”
  3. All div elements with id=”intro”
  4. None

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

A.All div elements with class=”intro”

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

jQuery MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
jQuery method is used to perform an asynchronous H... >>
<< Which sign does jQuery use as a shortcut for jQuer...