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
Destroy any pre-existing tooltip so we can repopulate with new tooltip content
$(element).tooltip("destroy"); $(element).tooltip({ title: message });