Missing options in Scrollspy documentation
See original GitHub issueThe only scrollspy option listed in the documentation is offset
. However, the same page has an example with option target
. Also the code mention (and use) an option offset method. Those two options should be present in the options table.
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Bootstrap Scrollspy does not work - what is missing?
I am trying to implement the [https://getbootstrap.com/docs/4.0/components/scrollspy][1 ...
Read more >Scrollspy · Bootstrap v5.0
Automatically update Bootstrap navigation or list group components based on scroll position to indicate which link is currently active in the viewport.
Read more >Scrollspy - Documentation | Space - Htmlstream
How it works · Scrollspy requires data-hs-scrollspy-options='{ "target": "#yourID" }' on <body> element and must point to an element with the target ID...
Read more >Bootstrap Scrollspy -- Tutorials with advanced examples
Placeholder content for the scrollspy list-group example. This one relates to item 1. Don't need apologies. There is no fear now, let go...
Read more >Scrollspy - Materialize
Our main demo of this is our table of contents on every documentation page to the right. Clicking on these links will also...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you @Johann-S! I have pushed an update to my pull request to include
target
as well.I’d like to give this issue a try.