Skip to content

Instantly share code, notes, and snippets.

@masashinakata
Created July 10, 2018 02:37
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 masashinakata/c583321fa0a64e9c98c8caf88ae33f42 to your computer and use it in GitHub Desktop.
Save masashinakata/c583321fa0a64e9c98c8caf88ae33f42 to your computer and use it in GitHub Desktop.
(function () {
$('#choices .list_thumb').parent().parent().parent('.action_item').each(function() {
if ($(this).hasClass('selected_item'))
return;
this.click();
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment