Which is the correct jQuery selector to select all elements?

17. Which is the correct jQuery selector to select all elements?

  1. $("all")
  2. $("*.*")
  3. $("*")
  4. $("***")

Answer: C) $("*")

Explanation:

The $("*") selector is used to select all elements.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.