Look at the following jQuery selector: $(“div#intro .head”). What does it select
- The first element with id=”head” inside any div element with class=”intro”
- All elements with class=”head” inside the first div element with id=”intro”
- All div elements with id=”intro” or class=”head”
Correct Answer:
C.All div elements with id=”intro” or class=”head”
need an explanation for this answer? contact us directly to get an explanation for this answer