I have a problem with bootstrap\'s tooltip : When I click on a button, tooltip stays even if is the cursor is outside of the button. I have looked into the manual - Bootstra
This works for me :
$(document).ready(function() { $('#save').tooltip({ trigger : 'hover' }) ; });
I was disabling save button dynamically then problem was.