How to disable tooltip in the browser with jQuery?

后端 未结 7 1876
名媛妹妹
名媛妹妹 2020-11-29 06:11

Is there a way to disable browser tooltip from displaying when hovering over elements that have attribute \'title\' populated? Note that I don\'t want to remove title conten

7条回答
  •  一生所求
    2020-11-29 06:48

    You could use jQuery to remove the contents of the title attribte, or move it into some other parameter for later use.

    This does mean you lose some accessibility though.

    RE: ClueTip A search of Google seems to suggest this is a common problem - is this only happening in IE? ClueTip seems to work as expected in FireFox.

提交回复
热议问题