<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<h2>Bootstrap Tooltips with jQuery by Mr. M. </h2>
<hr>
<a title="Just Mouse Over Me" data-html="true" rel="tooltip" href="#">Tool Tips for the Blind</a>
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="left" title="This puts the tool tip on the left side of the button">Tooltip on left</button>
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="This puts the tool tip on top of the button">Tooltip on top</button>
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="This puts the tool tip underneath the button">Tooltip on bottom</button>
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="This puts the tool tip on the right side of the button">Tooltip on right</button>
</div>
</div>