Computer Science, asked by vjayasuriya2402, 10 months ago

Consider the following jQuery code:
$("div#sample head")
What does it select?
S​

Answers

Answered by Anonymous
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