-
Which of the following method will hide and destroy tooltip?
-
- .tooltip(“destroy”)
- .tooltip(options)
- .tooltip(“toggle”)
- .tooltip(“hide”)
- None of these
Correct Option: A
.tooltip(“destroy”) hides and destroys the tooltip, .tooltip(“hide”) hides the tooltip, .tooltip(options) activates the tooltip with an option.