Which jQuery DOM method is used to insert content at the end of the selected elements?

64. Which jQuery DOM method is used to insert content at the end of the selected elements?

  1. insert()
  2. add()
  3. append()
  4. appendValue()

Answer: C) append()

Explanation:

The jQuery DOM method append() is used to insert content at the end of the selected elements.

Comments and Discussions!

Load comments ↻






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