User First Marketing Blog

User First Development Blog

Development vs. Marketing Blog

client login
  • Tobii Eye Tracking
  • Web Analytics 2.0
  • UI / UX Development

Orbital Tooltip

Orbital Tooltip - jQuery tooltip with more ease of use for developers The Orbital Tooltip came about because we wanted to see a more flexible tooltip that allowed for a larger range of flexibility with positioning of a tooltip. With the Orbital Tooltip you can choose to position the tooltip on any object in a 360 degrees around it. With multiple options for spacing & offset as well as styling, Orbital Tooltip stands head and shoulders above other jQuery tooltips.

See the full demo posted in our creations area.

Download version:
alpha 0.1 - js

Complete Demo
Download: zip

The full project can also be found on the jQuery website in the plugins directory under Orbital Tooltip.

Please feel free to submit suggestions for changes to this plugin!

Tags: , ,

18 Responses to “Orbital Tooltip”

  1. [...] Orbital Tooltip With the Orbital Tooltip you can choose to position the tooltip on any object in a 360 degrees around it. [...]

  2. [...] Orbital Tooltip With the Orbital Tooltip you can choose to position the tooltip on any object in a 360 degrees around it. [...]

  3. [...] Orbital Tooltip With the Orbital Tooltip you can choose to position the tooltip on any object in a 360 degrees around it. [...]

  4. [...] Orbital Tooltip With the Orbital Tooltip you can choose to position the tooltip on any object in a 360 degrees around it. [...]

  5. Alex says:

    Very Good Tooltip!

  6. Jason says:

    Doesn’t work in some cases with IE8. The issue appears to be IE8 returns NaN when padding (or border?) css values doesn’t exist, such as when the element inline vs. block.

    A *kludge*:

    Replace line 127 from:
    return vertical_padding;
    to:
    return vertical_padding || 0;

    Similarly, replace line 136:
    return horizontal_padding;
    to:
    return horizontal_padding || 0;

    Hope this helps someone out there!

Leave a Reply