I found a lot of questions about Bootstrap 3 Tooltips but no one of them is resolving my issue.
Here is my code:
$('#mytooltip').tooltip()
The code above is not working, see the Fiddle example.
What am I doing wrong? I don't know why the tooltip is not showing at all. Thanks for any help.