diff options
| author | Johann-S <[email protected]> | 2017-04-19 15:08:06 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-14 11:41:19 +0200 |
| commit | e5a0471b0b618409e30529a5e02933d5a74a4cc5 (patch) | |
| tree | fb144078e849108c584946f6842d6316e0fd3603 /docs/components/dropdowns.md | |
| parent | fc8b85b62670b8396cac7fb821c025c58fa77a78 (diff) | |
| download | bootstrap-e5a0471b0b618409e30529a5e02933d5a74a4cc5.tar.xz bootstrap-e5a0471b0b618409e30529a5e02933d5a74a4cc5.zip | |
Add an update method to allow to update position for Tooltip/Popover/Dropdown manually
Diffstat (limited to 'docs/components/dropdowns.md')
| -rw-r--r-- | docs/components/dropdowns.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 938447f3d..7aa91773c 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -568,6 +568,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap | Method | Description | | --- | --- | | `$().dropdown('toggle')` | Toggles the dropdown menu of a given navbar or tabbed navigation. | +| `$().dropdown('update')` | Updates the position of an element's dropdown. | ### Events |
