Skip to content

Instantly share code, notes, and snippets.

@samrose
Created March 25, 2014 21:00
Show Gist options
  • Save samrose/9771210 to your computer and use it in GitHub Desktop.
Save samrose/9771210 to your computer and use it in GitHub Desktop.
bootstrap 3 popover hover trigger html content
<a type="button" href="http://google.com" class="btn btn-default" data-container="body" data-trigger="hover" data-html="true" data-content="<h2>TEST</h2><img src='https://drupal.org/files/styles/grid-3/public/project-images/bootstrap_project_1.png' />" data-toggle="popover" data-placement="bottom" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
Popover Bottom
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment