$(document).ready(function() { $("a").removeAttr("title"); });
<a href="" title="Something" class=".some-tooltip-class"><span title="">Your text</span></a>