Skip to content

Instantly share code, notes, and snippets.

@vsync
Created May 15, 2013 22:50
Show Gist options
  • Save vsync/5588053 to your computer and use it in GitHub Desktop.
Save vsync/5588053 to your computer and use it in GitHub Desktop.
$('input[name="name"]').val('');
$('input[name="email"]').val('');
$('input[name="url"]').val('');
$('textarea[name="msg"]').val('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment