Skip to content

Instantly share code, notes, and snippets.

@daniloisr
Created September 29, 2011 14:44
Show Gist options
  • Save daniloisr/1250876 to your computer and use it in GitHub Desktop.
Save daniloisr/1250876 to your computer and use it in GitHub Desktop.
$("#slide").fadeOut('slow', function() {
$("#slide").load("ajax_discentes.php?l=br", function () {
$("#slide").fadeIn('slow');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment