Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Forked from anonymous/gist:619474
Created October 10, 2010 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreyhaines/619499 to your computer and use it in GitHub Desktop.
Save coreyhaines/619499 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