An easy to use ajax tooltip / pop-up box script, which provides additional information when the user hovers the cursor over an item, without clicking it. It is a small "Hoverbox" with information about the item being hovered over.
Features
Fully customizable tooltip. You can further modify the background color/width of individual tooltips.
Hoverbox content can include images, images with text, and a caption as well as other rich HTML.
The pop-up is generally used for providing an interface between pointer and push button.
Supports all modern browsers.
It is a responsive, mobile friendly tooltip script.
Preview
Try moving your mouse over this button/link to see an Ajax tooltip
Your message is passed as argument for the javascript function showtooltip('tooltip1.html','bubble_tooltip_content',event)
Upon pointing the cursor over the button or link, the function showtooltip('tooltip2.html','bubble_tooltip_content',event) is triggered and the pop-up box gets displayed.