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
this works in bootstrap 3, above all other solutions given in this thread:
$('#tooltip_selector').attr('data-original-title', 'New Title Here');