Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Forked from anonymous/gist:619474
Created October 10, 2010 19:32
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/619500 to your computer and use it in GitHub Desktop.
Save coreyhaines/619500 to your computer and use it in GitHub Desktop.
function day_elements() {
return $("#group_walk_mon, #group_walk_tue, #group_walk_wed, ...");
}
function uncheckAllDays() {
day_elements().attr('checked', false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment