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
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.