Computer Science, asked by Naina7141, 1 year ago

Which is the code that asks for the set of all div elements in a document?
A.var divs = $(div);
B.var divs = jQuery("div");
C.var divs = $("div");
D.var divs = #("div");

Answers

Answered by gaurav2893
1
b number is answer of your question
Answered by Anonymous
0

Answer:

b is the answer ofyour question

Similar questions