InterviewSolution
Saved Bookmarks
| 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”) |
|