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