How to get the title of HTML page with JavaScript? You can't disable them because Its a generic part of browsers / html specification. Sorry for beeing such a Dummie and thanks again! why do you want to do that? @Gatekeeper It's a tooltip which is created by jQuery Mobile, so I'm pretty much stuck with it.

Can airtags be tracked from an iMac desktop, with no iPhone? A little late, but if someone is having same problem: You can use pointer-events:none on that image, so the link will still work but title won't show on hover. By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. That piece of the page will simply not render anymore, and the space it takes up on the page will be removed and the layout readjusted. The HTML title attribute use with any HTML elements like an anchor, paragraph and almost all the tags.. HTML title attribute example of anchor tag. Did any DOS compatibility layers exist for any UNIX-like systems before DOS started to become outmoded? Its like hiding the cookie jar outside of the house so the kids (or maybe you!) Is it possible to shut off the tooltip of an a-tag? Reach out on our chat system if you want more help, Ill see what I can do. Are (non-void) self-closing tags valid in HTML5? $ ('a').hover ( function () { $ (this).attr ("org_title", $ (this).attr ('title')); $ (this).attr ('title', ''); }, function () { $ (this).attr ('title', $ (this).attr ("org_title")); } ); Share Improve this answer Follow answered Nov 24, 2017 at 12:19 Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. A client of ours uses PrettyPhoto to show galleries of artwork and they recently requested that we change up the way in which the artwork meta information were displayed. Thanks for contributing an answer to Stack Overflow! This should work just fine to disable single title: If you need the title afterwards, you can restore it: This way is not generic though.. to have it applied to all the anchors, have such JavaScript code: Edit: to apply same for more tags (e.g. Is it possible to apply CSS to half of a character? Ill accept your answer for the given context, @Tabulate great! What's the difference between a power rail and a signal line?