Skip to content

Instantly share code, notes, and snippets.

@allthesignals
Created March 26, 2016 00:32
Show Gist options
  • Save allthesignals/a2941028b9fa736203ba to your computer and use it in GitHub Desktop.
Save allthesignals/a2941028b9fa736203ba to your computer and use it in GitHub Desktop.
var fullList = jQuery(".elementList .editFriends div a"); var emptyArray=[]; jQuery(".elementList .editFriends div a").map(function(elem) { emptyArray.push(fullList[elem].href); }); emptyArray.forEach(function(el) { jQuery.post(el); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment