Is there a way to disable the tooltips of the tag in css?
$(.classname).attr("title","");
using attribute will search the title and replaces with ""(empty). Try this and tool tip will not be show when you hover.