diff options
| author | Johann-S <[email protected]> | 2017-10-16 16:51:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-16 16:51:42 +0200 |
| commit | 99eece13929cf69515927a04a176cc3e578c4194 (patch) | |
| tree | e89ec9e642e340c7a2d11865be24b505dd66621f /docs/4.0/components/scrollspy.md | |
| parent | 658e81a0840a2b49e7977206e3d5feabea797677 (diff) | |
| download | bootstrap-99eece13929cf69515927a04a176cc3e578c4194.tar.xz bootstrap-99eece13929cf69515927a04a176cc3e578c4194.zip | |
Add dispose methods in our documentation (#24396)
* Add dispose methods in our documentation
* Update buttons.md
Diffstat (limited to 'docs/4.0/components/scrollspy.md')
| -rw-r--r-- | docs/4.0/components/scrollspy.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/4.0/components/scrollspy.md b/docs/4.0/components/scrollspy.md index b7f9e994f..7cc6873f3 100644 --- a/docs/4.0/components/scrollspy.md +++ b/docs/4.0/components/scrollspy.md @@ -280,6 +280,9 @@ $('[data-spy="scroll"]').each(function () { }) {% endhighlight %} +### `.scrollspy('dispose')` + +Destroys an element's scrollspy. ### Options |
