Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created December 30, 2011 19:39
Show Gist options
  • Save SpencerCooley/1541178 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1541178 to your computer and use it in GitHub Desktop.
$(function(){
$('#name_input').focus(function(){
$('#name_input').val('');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment