Disable tooltip about some elements even if title is defined

Is there a way to show a tooltip if an item name is defined?

Im using huddletogether LightBox2 which takes whatever is in the anchor header and converts to HTML.

http://www.huddletogether.com/projects/lightbox2/#support

Can I insert links in the title?

Im calling the javascript function in this link and this tooltip shows it when the mouse hovers over the image.

<a href="javascript:foo();">Click</a>

      

Another option is to change return [anchor.href, anchor.title]; to something like return [anchor.href, anchor.aTitle]; as mentioned here .

+2


a source to share





All Articles