A

Admin • 802.91K Points
Coach

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");

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.