πŸ“Š Bootstrap
Q. Which of the following method will hide and destroy tooltip?
  • (A) .tooltip(“destroy”)
  • (B) .tooltip(options)
  • (C) .tooltip(“toggle”)
  • (D) .tooltip(“hide”)
πŸ’¬ Discuss
βœ… 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.

Explanation by: Deepak Sahoo
.tooltip(“destroy”) hides and destroys the tooltip, .tooltip(“hide”) hides the tooltip, .tooltip(options) activates the tooltip with an option.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
225
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Deepak Sahoo
Publisher
πŸ“ˆ
91%
Success Rate