Home » HTML » Html miscellaneous » Question
  1. Which of the following method will hide and destroy tooltip?
    1. .tooltip(“destroy”)
    2. .tooltip(options)
    3. .tooltip(“toggle”)
    4. .tooltip(“hide”)
    5. 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.



Your comments will be displayed only after manual approval.