Bootstrap Popover Simple

Simple Bootstrap Slider example.

by Akram kamal

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<td>
    <a href="#" class="btn btn-link too-long" title="Optional Title" data-content='Content that is too long to display because there is too much of it to fit in your table cell. But it all fits in this popover!' data-placement="bottom">Content that is too long to display...</a>
</td>
<td>
    <a href="#" class="btn btn-link too-long" title="Optional Title" data-content='Content that is too long to display because there is too much of it to fit in your table cell. But it all fits in this popover!' data-placement="bottom">More content that is too long to display...</a>
</td>

JavaScript

$('.too-long').popover()