Skip to content

Instantly share code, notes, and snippets.

@neerav
Created August 31, 2012 04:16
Show Gist options
  • Save neerav/3549013 to your computer and use it in GitHub Desktop.
Save neerav/3549013 to your computer and use it in GitHub Desktop.
Javascript: Tick all checkbox Facebook Event invite
elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment