Q. Which of the following method will hide and destroy tooltip?
β
Correct Answer: (A)
.tooltip(“destroy”)
Explanation: .tooltip(“destroy”) hides and destroys the tooltip, .tooltip(“hide”) hides the tooltip, .tooltip(options) activates the tooltip with an option.