I am having a problem with using bootstrap v 2.2.2 and tooltip-popover functions.
The effect I wish to achieve is for a popup to appear when the box is hovered over as show in the link below. http://www.w3resource.com/twitter-bootstrap/popover-example.html The problem is that the code provided does not seem to work with v2.2.2. I believe the problem maybe that in the latest version these files <script src="js/bootstrap-tooltip.js"></script> <script src="js/bootstrap-popover.js"></script> Do not exist. I have read the documentation and almost every other thread and tutorial however I cannot seem to work out how to make it work. Any help would be greatful
