$.get('info.php', {id: '1'}, function(data){ loading.fadeOut("5"); messageList.html(data.responseText); messageList.fadeIn("5"); } );