(function () { $( "#foo" ).animate({ "opacity": 0.8 }, 300).animate({ "opacity": 1 }, 300, arguments.callee); })();