Skip to content

Instantly share code, notes, and snippets.

@WaseemTheDream
Created April 15, 2014 20:23
Show Gist options
  • Save WaseemTheDream/10769149 to your computer and use it in GitHub Desktop.
Save WaseemTheDream/10769149 to your computer and use it in GitHub Desktop.
function selectAllFriendsInInviteDialog() {
var people = document.getElementsByClassName('checkbox');
for (var i = 0; i < people.length; i++)
people[i].checked = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment