I have an anchor element with a title attribute. I want to hide the popup that appears when hovering over it in the browser window. In my case, it is not possible to do some
try to change your code using this
$(document).ready(function() { $("a").removeAttr("title"); });
this will remove title attribute so the hint label won't be appear when hover on the link