Consider the following jQuery code:
$("div#sample head")
What does it select?
S
Answers
Answered by
1
Answer:
It selects the div with the id of sample
Explanation:
This JQuery code selects the div which has an id of sample.
Similar questions