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
I use this on all my pages to enable tooltip
$(function () { $("[data-toggle='tooltip']").tooltip(); });