Created
March 25, 2014 21:00
-
-
Save samrose/9771210 to your computer and use it in GitHub Desktop.
bootstrap 3 popover hover trigger html content
This file contains 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
<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