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:
@@ -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')`
|
||||
|
||||
Reference in New Issue
Block a user