Skip to content

Instantly share code, notes, and snippets.

@danmusk
Created September 9, 2013 13:29
Show Gist options
  • Save danmusk/6495589 to your computer and use it in GitHub Desktop.
Save danmusk/6495589 to your computer and use it in GitHub Desktop.
Bootstrap Popover
<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>
$("[rel=popover]").popover();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment