Skip to content

Instantly share code, notes, and snippets.

@usmans
Created December 26, 2012 06:55
Show Gist options
  • Save usmans/4378503 to your computer and use it in GitHub Desktop.
Save usmans/4378503 to your computer and use it in GitHub Desktop.
clear input feilds jquery
// "inputfields" is the id of the div that contains the text fields.
$('div[id=inputfields] input[type=text]').val("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment