Created
January 10, 2014 09:00
-
-
Save siteslave/8348818 to your computer and use it in GitHub Desktop.
[ประกอบหนังสือ Bootstrap]
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
| <button type="button" class="btn btn-lg btn-primary" data-toggle="popover" | |
| data-content="This is a content." title="Left" data-placement="left"> | |
| Popover | |
| </button> | |
| <button type="button" class="btn btn-lg btn-default" data-toggle="popover" | |
| data-content="This is a content." title="Top" data-placement="top"> | |
| Popover | |
| </button> | |
| <button type="button" class="btn btn-lg btn-success" data-toggle="popover" | |
| data-content="This is a content." title="Bottom" data-placement="bottom"> | |
| Popover | |
| </button> | |
| <button type="button" class="btn btn-lg btn-danger" data-toggle="popover" | |
| data-content="This is a content." title="Right" data-placement="right"> | |
| Popover | |
| </button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment