Created
October 18, 2014 10:33
-
-
Save christianesperar/f53e5146e44a72d08f02 to your computer and use it in GitHub Desktop.
LinkedIn Bulk Invite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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