<p>Bootstraps modal class makes use of custom events. You can use <code>trigger</code> to make things happen manually or <code>bind</code> to listen for things happening.</p>
<ahref="#"class="btn danger"rel="popover"data-title="A Title"data-content="And here's some amazing content. It's very engaging. right?">hover</a>
<ahref="#"class="btn danger"rel="popover"data-title="A Title"data-content="And here's some amazing content. It's very engaging. right?">hover for popover</a>
<script>
$(function(){
$("a[rel=popover]").popover({
...
...
@@ -376,6 +407,11 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
<h3>Methods</h3>
<h4>$().alert</h4>
<p>Wraps all alerts with close functionality. To have your alerts animate out when closed, make sure they have the <code>.fade</code> and <code>.in</code> class already applied to them.</p>
<h3>Events</h3>
<p>You can manually control alerts by firing events on them.</p>