jquer文字闪烁简单实现

arguments.callee
<script type="text/javascript">
        (function () {
            $(".usesend").fadeOut(100).fadeIn(100);
            setTimeout(arguments.callee, 2000); //可以自己根据需要来设置
        })();


    </script>

 

posted @ 2014-06-17 23:30  dldg  阅读(162)  评论(0编辑  收藏  举报