Which method is used to attach an event handler function to an HTML element on mouse double click?

29. Which method is used to attach an event handler function to an HTML element on mouse double click?

  1. click()
  2. Click()
  3. dblclick()
  4. DblClick()

Answer: C) dblclick()

Explanation:

The jQuery method dblclick() is used to attach an event handler function to an HTML element on mouse double click.

Comments and Discussions!

Load comments ↻






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