How to overwrite twitter bootstrap tooltip?

后端 未结 6 2066
生来不讨喜
生来不讨喜 2021-01-04 05:02

I\'m using tooltips from Twitter Bootstrap package to show items information on the page. Sometimes information is changed, and needs to be updated in the tooltip. I tried s

6条回答
  •  一生所求
    2021-01-04 05:38

    this works in bootstrap 3, above all other solutions given in this thread:

    $('#tooltip_selector').attr('data-original-title', 'New Title Here');
    

提交回复
热议问题