Change Twitter Bootstrap Tooltip content on click

前端 未结 25 1296
情深已故
情深已故 2020-11-27 10:02

I have a tooltip on an anchor element, that sends an AJAX request on click. This element has a tooltip (from Twitter Bootstrap). I want the tooltip content to change when th

25条回答
  •  Happy的楠姐
    2020-11-27 10:42

    Thanks this code was very helpful for me, i found it effective on my projects

    $(element).attr('title', 'message').tooltip('fixTitle').tooltip('show');

提交回复
热议问题