jquerytiptip

Show all jQuery TipTip tooltips on click


Developing with jQuery's TipTip (http://code.drewwilson.com/entry/tiptip-jquery-plugin).

What I need is to show all of the tooltips on a page at ones, on some event (page loaded or if it is clicked on some link).

Is possible to achieve it with this library?


Solution

  • Plugin uses only one element and repositions and changes content dynamically. This is typical of majority of tooltip plugins. You would need to modify both css and plugin to allow use of class instead of ID for tip element and to extend it to have more than one available at a time