Skip to content

Instantly share code, notes, and snippets.

@pldilley
Forked from jteneycke/meetup-no-notify.js
Created August 14, 2013 01:09
Show Gist options
  • Save pldilley/6227208 to your computer and use it in GitHub Desktop.
Save pldilley/6227208 to your computer and use it in GitHub Desktop.
javascript:(function(){$('input[type=checkbox]').prop('checked',false);$('input[type=radio][value=1]').prop('checked',true);})();
$('input[type=checkbox]').prop('checked', false);
$('input[type=radio][value=1]').prop('checked', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment