Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created July 9, 2009 10:04
Show Gist options
  • Save scottharvey/143549 to your computer and use it in GitHub Desktop.
Save scottharvey/143549 to your computer and use it in GitHub Desktop.
$('#element').fadeOut(500, function() {
$('#element').load('php_script.php', {}, function() {
$('#element').fadeIn();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment