This makes an alert listen for click events on descendant elements which have the `data-dismiss="alert"` attribute. (Not necessary when using the data-api's auto-initialization.)
-<table>
+<table class="table">
<thead>
<tr>
<th>Method</th>
Bootstrap's alert plugin exposes a few events for hooking into alert functionality.
-<table>
+<table class="table">
<thead>
<tr>
<th>Event</th>
var bsButton = new bootstrap.Button(button)
{{< /highlight >}}
-<table>
+<table class="table">
<thead>
<tr>
<th>Method</th>
### Methods
-<table>
+<table class="table">
<thead>
<tr>
<th>Method</th>
All dropdown events are fired at the `.dropdown-menu`'s parent element and have a `relatedTarget` property, whose value is the toggling anchor element.
`hide.bs.dropdown` and `hidden.bs.dropdown` events have a `clickEvent` property (only when the original Event type is `click`) that contains an Event Object for the click event.
-<table>
+<table class="table">
<thead>
<tr>
<th>Method</th>
All heading elements—e.g., `<h1>`—and `<p>` are reset to have their `margin-top` removed. Headings have `margin-bottom: .5rem` added and paragraphs `margin-bottom: 1rem` for easy spacing.
-<table>
+<table class="table">
<thead>
<tr>
<th>Heading</th>
All HTML headings, `<h1>` through `<h6>`, are available.
-<table>
+<table class="table">
<thead>
<tr>
<th>Heading</th>
To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-none` will hide the element for all screen sizes except on medium and large devices.
-<table>
+<table class="table">
<thead>
<tr>
<th>Screen size</th>