Skip to content

Instantly share code, notes, and snippets.

@SlexAxton
Created September 16, 2011 05:43
Show Gist options
  • Save SlexAxton/1221288 to your computer and use it in GitHub Desktop.
Save SlexAxton/1221288 to your computer and use it in GitHub Desktop.
aaron
var $banner = $('#banner');
$('#github_user').focus(function(){
$banner.fadeOut();
}).blur(function(){
$banner.fadeIn();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment