<code>dispose</code>
</td>
<td>
- Destroys an element's alert.
+ Destroys an element's alert. (Removes stored data on the DOM element)
</td>
</tr>
<tr>
<code>dispose</code>
</td>
<td>
- Destroys an element's button.
+ Destroys an element's button. (Removes stored data on the DOM element)
</td>
</tr>
</tbody>
</tr>
<tr>
<td><code>dispose</code></td>
- <td>Destroys an element's carousel.</td>
+ <td>Destroys an element's carousel. (Removes stored data on the DOM element)</td>
</tr>
<tr>
<td><code>getInstance</code></td>
</tr>
<tr>
<td><code>dispose</code></td>
- <td>Destroys an element's collapse.</td>
+ <td>Destroys an element's collapse. (Removes stored data on the DOM element)</td>
</tr>
<tr>
<td><code>getInstance</code></td>
<tr>
<td><code>dispose</code></td>
<td>
- Destroys an element's dropdown.
+ Destroys an element's dropdown. (Removes stored data on the DOM element)
</td>
</tr>
<tr>
#### dispose
-Destroys an element's modal.
+Destroys an element's modal. (Removes stored data on the DOM element)
{{< highlight js >}}myModal.dispose(){{< /highlight >}}
#### dispose
-Hides and destroys an element's popover. Popovers that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
+Hides and destroys an element's popover (Removes stored data on the DOM element). Popovers that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
{{< highlight js >}}myPopover.dispose(){{< /highlight >}}
#### dispose
-Destroys an element's scrollspy.
+Destroys an element's scrollspy. (Removes stored data on the DOM element)
#### getInstance
#### dispose
-Hides and destroys an element's tooltip. Tooltips that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
+Hides and destroys an element's tooltip (Removes stored data on the DOM element). Tooltips that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
{{< highlight js >}}tooltip.dispose(){{< /highlight >}}