Return to Snippet

Revision: 43446
at March 24, 2011 02:36 by socialwebexpert


Initial Code
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

Initial URL


Initial Description
This is the latest Facebook invite all code to select all your friends in an event page

Initial Title
Facebook Invite All Code

Initial Tags
facebook

Initial Language
JavaScript