JavaScript to Active Twitter Bootstrap Tooltips

后端 未结 4 1859
情话喂你
情话喂你 2021-02-20 08:47

I\'m playing around with Twitter Bootstrap\'s Tooltips, but am having problems since they moved away from Twipsy. The correect JavaScript is included in the page.

Let\'s

4条回答
  •  心在旅途
    2021-02-20 09:21

    You need to explicitly run .tooltip() for all elements that have to have tooltip. For example, this will work:

    some text
    ...
    
    
    
    

提交回复
热议问题