Skip to content

Instantly share code, notes, and snippets.

@mnowakowski
Created January 10, 2011 10:56
Show Gist options
  • Save mnowakowski/772637 to your computer and use it in GitHub Desktop.
Save mnowakowski/772637 to your computer and use it in GitHub Desktop.
$("#my_radio_or_checkbox").attr("checked", "checked"); // check it
$("#my_radio_or_checkbox").removeAttr("checked"); // uncheck it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment