jQuery实现锚点滑动定位
go=function(index){
var top = $('#caseNewGuide' + index).offset().top;
$('html, body').animate({
scrollTop: top
}, 500)
}
go=function(index){
var top = $('#caseNewGuide' + index).offset().top;
$('html, body').animate({
scrollTop: top
}, 500)
}