πŸ“Š Machine Learning
Q. 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");
πŸ’¬ Discuss
βœ… Correct Answer: (C) var divs = $("div");

Explanation: The code to ask for the set of all div elements in a document is

Explanation by: Mr. Dubey
The code to ask for the set of all div elements in a document is

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
125
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate