Skip to content

Instantly share code, notes, and snippets.

@mrboli
Created March 2, 2016 23:24
Show Gist options
  • Select an option

  • Save mrboli/3bee2f098bf8bc28d01b to your computer and use it in GitHub Desktop.

Select an option

Save mrboli/3bee2f098bf8bc28d01b to your computer and use it in GitHub Desktop.
Unsubscribe to Meetups on meetup.com
$('input.j-checkbox').each(function(){
if ($(this).attr('checked')) {
$(this).next().trigger('click');
}
});
$('.j-selectbox').val('NO_RECEIVE');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment