标签:style blog color io div cti sp log html
$(document).ready(function() { $("a.topLink").click(function() { $("html, body").animate({ scrollTop: $($(this).attr("href")).offset().top + "px" }, { duration: 500, easing: "swing" }); return false; }); });
标签:style blog color io div cti sp log html
原文地址:http://www.cnblogs.com/jianjs/p/3955931.html