mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Fix
This commit is contained in:
committed by
Mark Otto
parent
b14190b509
commit
77e17e3b8d
@@ -397,7 +397,7 @@ To keep backwards compatibility, we will continue to parse a given `offset` to `
|
||||
| Method | Description |
|
||||
| --- | --- |
|
||||
| `dispose` | Destroys an element's scrollspy. (Removes stored data on the DOM element) |
|
||||
| `getInstance` | *Static* method to get the scrollspy instance associated with a DOM element |
|
||||
| `getInstance` | *Static* method to get the scrollspy instance associated with a DOM element. |
|
||||
| `getOrCreateInstance` | *Static* method to get the scrollspy instance associated with a DOM element, or to create a new one in case it wasn't initialized. |
|
||||
| `refresh` | When adding or removing elements in the DOM, you'll need to call the refresh method. |
|
||||
{{< /bs-table >}}
|
||||
|
Reference in New Issue
Block a user