jQuery 数据滚动(上下)

setInterval(function() {
    jq('.sjbg02 li:first').animate({ 'height': '0', 'opacity': '0' }, 'slow', function() {
        jq(this).removeAttr('style').insertAfter('.sjbg02 li:last');
    });
}, 1000);
原文地址:https://www.cnblogs.com/ghelement/p/4511492.html