我有这样的结构:
-section1
-sidebar1
-content1
-section2
-sidebar2
-content2
依旧......
我想在Bootstrap docs上使用affix插件,但每个侧边栏都应该“固定”,只要我的导航部分很长。
因此,如果用户正在查看section1 sidebar1应该是固定的,当它向下滚动到section2时,应该释放sidebar1并且应该修复侧边栏。
像项目https://github.com/bigspotteddog/ScrollToFixed之类的东西(参见第五个演示,stackoverflow不允许我链接到jsfiddle而不发布一些代码)