Twitter Bootstrap scrollspy always selecting last element

后端 未结 13 1646
旧巷少年郎
旧巷少年郎 2020-12-08 04:22

I have an issue with scrollspy, recreated in this fiddle: http://jsfiddle.net/jNXvG/3/

As seen in the demo, the ScrollSpy plugin always keeps the last menu item sele

13条回答
  •  天命终不由人
    2020-12-08 05:24

    When calling the scrollspy method you typically specify the body tag and the nav element.

    
    

    The JavaScript above is equivalent to:

    
    

    The only situation where you do not specify the body tag is if you want to track an element with a nested scrollbar like in the JSFiddle above.

提交回复
热议问题