标签:
setInterval(function() { jq(‘.sjbg02 li:first‘).animate({ ‘height‘: ‘0‘, ‘opacity‘: ‘0‘ }, ‘slow‘, function() { jq(this).removeAttr(‘style‘).insertAfter(‘.sjbg02 li:last‘); }); }, 1000);
jQuery 数据滚动(上下)
原文地址:http://www.cnblogs.com/ghelement/p/4511492.html