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
You just need to enable the tooltip:
$('some id or class that you add to the above a tag').popover({ trigger: "hover" })