Skip to content

Instantly share code, notes, and snippets.

@AmauryCarrade
Forked from anonymous/js
Created July 9, 2012 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmauryCarrade/3076454 to your computer and use it in GitHub Desktop.
Save AmauryCarrade/3076454 to your computer and use it in GitHub Desktop.
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="{{ asset('js/bootstrap.js') }}"></script>
$(document).ready(function() {
$('#icon_mail').click(function () {
$('#icon_mail').fadeOut("slow");
});
$('#back_mail').click(function () {
$('#icon_mail').fadeIn("slow");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment