I am new to Bootstrap and I\'m having trouble getting the popover and tooltip features to work. I had no problem with the drop downs and models but I seem to be missing some
Check - JS Fiddle
HTML
Tooltip on top
Javascript
$(function () { $("[data-toggle='tooltip']").tooltip(); });