Skip to content

Instantly share code, notes, and snippets.

@fuqunaga
Created April 11, 2013 17:33
Show Gist options
  • Save fuqunaga/5365424 to your computer and use it in GitHub Desktop.
Save fuqunaga/5365424 to your computer and use it in GitHub Desktop.
javascript:
var posts = $.map($('input[value="報酬を受け取る"]').parents('form'), function(form){
return $.post(form.action);
});
$.when.apply(null,posts).done(function(){ location.reload();});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment