Skip to content

Instantly share code, notes, and snippets.

Created October 10, 2010 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anonymous/619474 to your computer and use it in GitHub Desktop.
Save anonymous/619474 to your computer and use it in GitHub Desktop.
function uncheckAllDays() {
$("#group_walk_mon").attr('checked', false);
$("#group_walk_tue").attr('checked', false);
$("#group_walk_wed").attr('checked', false);
$("#group_walk_thu").attr('checked', false);
$("#group_walk_fri").attr('checked', false);
$("#group_walk_sat").attr('checked', false);
$("#group_walk_sun").attr('checked', false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment