9 个超实用的 jQuery 代码片段(转自ITeye)
摘要:
1. jQuery平滑回到顶端效果$(document).ready(function() { $("a.topLink").click(function() { $("html, body").animate({ scrollTop: $($(this).attr("href")).offset().top + "px" }, { duration: 500, easing: "swing" }); return false; ... 阅读全文
posted @ 2013-07-12 06:05 redasurc 阅读(235) 评论(0) 推荐(0)
浙公网安备 33010602011771号