导航栏-当前栏目跟随
2022-10-27 本文已影响0人
天堑
其中i是该导航的index位置
···
//给菜单加当前样式
('.top-nav-pro-cont').animate({
scrollLeft: $('.top-nav-pro-cont').find('a').eq(i).position().left - 50
}, 500);
···
其中i是该导航的index位置
···
//给菜单加当前样式
('.top-nav-pro-cont').animate({
scrollLeft: $('.top-nav-pro-cont').find('a').eq(i).position().left - 50
}, 500);
···