Can't change bootstrap Tooltip title

后端 未结 7 1164
傲寒
傲寒 2021-01-12 09:28

I\'ve already looked over several posts on stack overflow asking virtually the exact same question yet none of what I found on those questions has helped. I\'m very new to

7条回答
  •  离开以前
    2021-01-12 09:42

    Try this

    $(element).tooltip().attr('data-original-title', "new title");
    

    Source: github bootstrap issue

提交回复
热议问题