Skip to content

Instantly share code, notes, and snippets.

@samm81
Created February 22, 2015 22:59
Show Gist options
  • Save samm81/dac52246a2eb654111e6 to your computer and use it in GitHub Desktop.
Save samm81/dac52246a2eb654111e6 to your computer and use it in GitHub Desktop.
Checks all the books on http://www.whatshouldireadnext.com/ when you're asking for a recommendation.
$(".checkbox > input").each(function () {this.checked=true;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment