Home / Programming MCQs / Bootstrap MCQs / Question

D

Deepak Sahoo • 10.60K Points
Tutor II

Q. Which of the following method will hide and destroy tooltip?

(A) .tooltip(“destroy”)
(B) .tooltip(options)
(C) .tooltip(“toggle”)
(D) .tooltip(“hide”)

Explanation:

.tooltip(“destroy”) hides and destroys the tooltip, .tooltip(“hide”) hides the tooltip, .tooltip(options) activates the tooltip with an option.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.