InterviewSolution
Saved Bookmarks
| 1. |
How is tooltip different from popover? |
|
Answer» When the user MOVES the mouse POINTER over an element, the Tooltip component appears as a little pop-up box. The POPOVER component is a pop-up box that emerges when the user clicks on an element. The popover may HOLD a lot more information. The popover will show on the RIGHT side of the element by default whereas the tooltip will show on the top of the element by default. |
|