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
I only tested this in bootstrap 4 & w/o calling .show()
el.tooltip('hide').attr('data-original-title', 'message');