Is there a way to disable the tooltips of the tag in css?
$(function(){ $('*').tooltip({ track: true }); $('*[title]').tooltip('disable'); });