Skip to content

Instantly share code, notes, and snippets.

@ajsharp
Created October 22, 2009 14:29
Show Gist options
  • Save ajsharp/215966 to your computer and use it in GitHub Desktop.
Save ajsharp/215966 to your computer and use it in GitHub Desktop.
# also see the example from the jQuery site: http://docs.jquery.com/Attributes/removeAttr#name
$("#form-id input, #form-id select").removeAttr("disabled");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment