Discussion :: Javascript - CS
- Which is the code that asks for the set of all div elements in a document?
Answer : Option C
Explanation :
The code to ask for the set of all div elements in a document is
var divs = $("div");
Be The First To Comment
Answer : Option C
Explanation :
The code to ask for the set of all div elements in a document is
var divs = $("div");
Be The First To Comment