Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我正在开发的演示站点:http: //tanzendesign.com/brightnews
我正在尝试在顶部固定菜单上使用引导活动状态按钮,但是当我单击导航按钮时,其他按钮变为活动状态......
如何解决这个问题呢?
看起来您正在使用 Bootstrap 的 scrollspy 来控制突出显示。确保在加载所有内容后刷新 scrollspy,并在调整浏览器大小时,以便正确计算内容区域位置。
$('[data-spy="scroll"]').each(function () { var $spy = $(this).scrollspy('refresh') });