1.

Which of the following method will hide and destroy tooltip?(a) .tooltip(“hide”)(b) .tooltip(“toggle”)(c) .tooltip(“destroy”)(d) .tooltip(options)This question was addressed to me in quiz.This is a very interesting question from Responsive Overview in chapter Advance HTML of HTML

Answer»

The correct OPTION is (c) .tooltip(“destroy”)

For explanation: .tooltip(“destroy”) HIDES and DESTROYS the tooltip, .tooltip(“hide”) hides the tooltip, .tooltip(options) ACTIVATES the tooltip with an option. .tooltip(“toggle”) TOGGLES the tooltip.



Discussion

No Comment Found

Related InterviewSolutions