//左侧导航栏滑动$(function () { $('.intro_list li a').click(function () { var oIndex=$(this).parent().index() $('html,body').animate({ scrollTop:$('.foreman_show ').eq(oIndex).offset().top }, 800); return false; })
本文共 303 字,大约阅读时间需要 1 分钟。
//左侧导航栏滑动$(function () { $('.intro_list li a').click(function () { var oIndex=$(this).parent().index() $('html,body').animate({ scrollTop:$('.foreman_show ').eq(oIndex).offset().top }, 800); return false; })
转载于:https://www.cnblogs.com/nifengs/p/4949742.html