SyntaxFix
Write A Post
Hire A Developer
Questions
For bootstrap 3.x
This seems like cleanest solution:
$(element) .attr('data-original-title', 'New title').tooltip('show')
Show is used to make title update right away and not wait for tooltip to be hidden and shown again.