Turn the Tooltip Bootstrap functionality off

前端 未结 5 1734
不知归路
不知归路 2020-12-24 11:04

According the documentation is is possible to turn off the functionality just doing $(\'body\').off(\'.alert.data-api\').
In the case of tooltip I tried the

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-24 11:33

    I found a way to do it using CSS! Just add .tooltip { visibility: hidden } to your CSS file.

    If you want to make your link accessibility friendly without the tooltip, then just add aria-label= "Here's a link description."

    Hope this helps!

提交回复
热议问题