mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
parent
8570d86d79
commit
144220f0c5
@ -299,7 +299,7 @@ Options for individual popovers can alternatively be specified through the use o
|
||||
|
||||
#### show
|
||||
|
||||
Reveals an element's popover. **Returns to the caller before the popover has actually been shown** (i.e. before the `shown.bs.popover` event occurs). This is considered a "manual" triggering of the popover. Popovers whose both title and content are zero-length are never displayed.
|
||||
Reveals an element's popover. **Returns to the caller before the popover has actually been shown** (i.e. before the `shown.bs.popover` event occurs). This is considered a "manual" triggering of the popover. Popovers whose title and content are both zero-length are never displayed.
|
||||
|
||||
{{< highlight js >}}myPopover.show(){{< /highlight >}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user