Posted by ica on October 6, 2006 at 8:30am
I just stumbled upon this jquery tooltip script thought someone might interested
http://codylindley.com/Javascript/264/jtip-a-jquery-tool-tip
demo
http://www.codylindley.com/blogstuff/js/jtip/
I just stumbled upon this jquery tooltip script thought someone might interested
http://codylindley.com/Javascript/264/jtip-a-jquery-tool-tip
demo
http://www.codylindley.com/blogstuff/js/jtip/
Comments
Thanks! i'm planning to
Thanks! i'm planning to release a JTip module ;)
--
Psicomante - italian translator and developer
il Blog di Psicomante
Drupal Italia
I've currently loving the
I've currently loving the ease of use with the http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ plugin.
I don't like either of
I don't like either of these. One is AJAX only, and the other can't use HTML (since it's embedded in the title). I'd much rather see a more Drupal-like tooltip: one that uses the 'settings' of drupal_add_js to store the values, and the onmouseover displays the proper 'settings' key based on the ID of the element.
I just found this one...
http://plugins.learningjquery.com/cluetip/demo/
It looks pretty good to me--html and ajax both are allowed (apparently). It is a j-query plug-in.