jambla schrieb:
Hello,

I have installed jtooltips in Drupal.  I was wondering if its possible
to have the tool tips active on only titles that have a tooltips
class?
Right now, anything with a title uses jtooltips, I would like to only
use jtooltips if I have added class="toolTips".

Thanks for your help!
I don't know how the drupal module works or how you customize it. But when you use a plain tooltip plugin, its quite easy, eg. with http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/

$(function() {
   $(".tooltips").tooltip();
});

Jörn

Reply via email to