Authored by xuqi

添加分类点击后的scrolltotop效果

... ... @@ -31,6 +31,9 @@ exports.init = function() {
.addClass('hide')
.eq(index)
.removeClass('hide');
//scroll to top
$(document).scrollTop(thisContainer.offset().top);
});
//默认选中第一个
... ...