demo1   demo2   demo3   demo4

  1. tooltip.pop(targetElement, text [, options])

    Hover me
  2. tooltip.pop(targetElement, '#contentElementId' [, options])

     
  3. The tooltip can be opened by any events such as onmouseover, onclick, onfocus, or setTimeout.

    Click me

Rich HTML content

The tooltip displays content from another element on the page.

Configurable sticky and overlay

The tooltip has two configurable options: sticky and overlay. These options determine whether the tooltip remains visible when the mouse leaves the target element, whether an overlay appears outside the tooltip that covers the rest of the page, and whether the tooltip closes when clicking outside of it.

Visit Menucool Tooltip for more information.