Is there a way to disable the tooltips of the tag in css?
Just paste this code at the bottom of your tag in a .
This code uses jQuery:
$('.titleHidden').removeAttr('title');
Then you need to add the CSS class titleHidden to each a tag when you want to hide its tooltip.
titleHidden
a