Skip to content

Instantly share code, notes, and snippets.

@fuqunaga
Last active December 17, 2015 00:59
Show Gist options
  • Save fuqunaga/5525559 to your computer and use it in GitHub Desktop.
Save fuqunaga/5525559 to your computer and use it in GitHub Desktop.
javascript:
function seq_func(){
$.get(location.href, function(data){
$.get($(data).find('#resque-pop-wrapper a').first().attr('href'), function(){
location.reload();
});
});
}
$.get($('#raid-menu a').first().attr('href'), seq_func);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment