Skip to content

Instantly share code, notes, and snippets.

@galaakk
Created September 8, 2012 19:57
Show Gist options
  • Save galaakk/3679217 to your computer and use it in GitHub Desktop.
Save galaakk/3679217 to your computer and use it in GitHub Desktop.
jQuery : Simple fade-out
$(function() {
$('#identifiant a').click(function(){
$('#identifiant').fadeOut(1000);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment