0

I am using the jQuery UI tool for tooltips and I've found a peculiar bug that I can't duplicate (to show you) or get rid of. Usually, this tool will use the title="whatever" part of a tag to give you a fancy css version of a hover tag. This is working, but it is also picking up the title of my page <head><title>My Page</title></head> and display it in the bottom left corner. Also, it's never the same tooltip number either, otherwise I could just ignore that instance. Example #ui-tooltip-0. I need to prevent tooltip from collecting my title tag. Any ideas? Thanks in advance.

triplethreat77
  • 1,276
  • 8
  • 34
  • 69

1 Answers1

0

Solution that worked for me:

$('body').tooltip()

Cheers

Lucho
  • 136
  • 1
  • 3