$(function(){ //留言模块 //留言模块 //拖动屏幕动作 $(window) .scroll(function() { // 页面发生scroll事件时触发 $(".autoscroll").each(function(){ //$(this).animate({top:$(document).scrollTop()-$(this).height()+$(this).attr("_height")},20); }); }); });