Ext.onReady(function(){ $("body").fadeOut("slow", function() { $("body").load("inc_login.php", function() { $("body").fadeIn("slow"); }); }); });