我正在使用引导程序,并且正在尝试将子导航栏固定在侧面。Bootstrap 的文档说Options can be passed via data attributes or JavaScript.
他们提供的示例是$('#navbar').affix()
,但是如何通过 javascript 传递偏移选项?(比如说从顶部偏移 200 像素)?
链接:http: //twitter.github.io/bootstrap/javascript.html#affix
我正在使用引导程序,并且正在尝试将子导航栏固定在侧面。Bootstrap 的文档说Options can be passed via data attributes or JavaScript.
他们提供的示例是$('#navbar').affix()
,但是如何通过 javascript 传递偏移选项?(比如说从顶部偏移 200 像素)?
链接:http: //twitter.github.io/bootstrap/javascript.html#affix