Created
September 9, 2013 13:29
-
-
Save danmusk/6495589 to your computer and use it in GitHub Desktop.
Bootstrap Popover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span class="question" | |
rel="popover" | |
data-original-title="Tittel" | |
data-content="Beskrivelse" | |
data-trigger="hover" | |
data-placement="right"> | |
<i class="icon icon-question"></i> | |
</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("[rel=popover]").popover(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment