2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Minor Markdown consistency changes.

This commit is contained in:
XhmikosR
2017-09-26 14:50:35 +03:00
parent 71c06b75c6
commit 7e6374db92
11 changed files with 11 additions and 7 deletions
-2
View File
@@ -151,7 +151,6 @@ $('.popover-dismiss').popover({
{% endhighlight %}
## Usage
Enable popovers via JavaScript:
@@ -306,7 +305,6 @@ Toggles an element's popover. **Returns to the caller before the popover has act
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.
{% highlight js %}$('#element').popover('dispose'){% endhighlight %}
#### `.popover('enable')`