Skip to content

Instantly share code, notes, and snippets.

@christianesperar
Created October 18, 2014 10:33
Show Gist options
  • Save christianesperar/f53e5146e44a72d08f02 to your computer and use it in GitHub Desktop.
Save christianesperar/f53e5146e44a72d08f02 to your computer and use it in GitHub Desktop.
LinkedIn Bulk Invite
var button = $('.send-invite');
$(button).each(function() {
window.open($(this).attr("data-href"), '_blank');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment