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