Hide native tooltip using jQuery

后端 未结 11 816
南旧
南旧 2020-12-01 05:00

Is there a way to hide the native tooltip action when a user hovers over a anchor tag with a title attribute? I don\'t want to remove it just don\'t display the nasty yellow

11条回答
  •  日久生厌
    2020-12-01 05:18

    Its works like this:

    Rename to sTitle instead of default title attribute and if you need to call it from Jquery:

    getAttribute('stitle')

    It works on all.

提交回复
热议问题