Skip to content

Instantly share code, notes, and snippets.

@willwright82
Created August 26, 2014 14:12
Show Gist options
  • Save willwright82/4b8ec4a33b1f2cd15b50 to your computer and use it in GitHub Desktop.
Save willwright82/4b8ec4a33b1f2cd15b50 to your computer and use it in GitHub Desktop.
Bootstrap HTML Popover
<script>
$("[data-toggle=popover]")
.popover({
html: true
})
</script>
<a href="#" role="button" class="btn popovers" data-toggle="popover" title="" data-content="test content <a href='' title='test add link'>link on content</a>" data-original-title="test title">test link</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment