popover simple [Bootstrap] [JQuery]

by karthick Chandran

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css">
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
</br>
</br>
</br>
<button id="popover-test-in-modal" type="button" class="btn btn-primary" data-toggle="popover" title="Test for popover" data-content="And here's some amazing content. Testing popover.">Popover</button>

JavaScript

$("#popover-test-in-modal").popover();