BS4 Tooltip Bootstrap 4 Tooltip When the mouse pointer is over an element, a little pop-up box known as the Tooltip component emerges. ==== button mukavu ==== How To Create a Tooltip Add the data-toggle=”tooltip” attribute to an element in order to produce a tooltip.To provide the text that should appear inside the tooltip, use the title attribute: Hover over me Note: To initialize a tooltip, select the desired element and invoke the tooltip() function using jQuery.All of the document’s tooltips will be enabled by the code below: Example Positioning Tooltips The tooltip will always show up above the element.To position the tooltip at the top, bottom, left, or right of the element, use the data-placement attribute: Example Hover Hover Hover Hover