Skip to content

Instantly share code, notes, and snippets.

@whizcreed
Created January 2, 2012 17:18
Show Gist options
  • Save whizcreed/1551416 to your computer and use it in GitHub Desktop.
Save whizcreed/1551416 to your computer and use it in GitHub Desktop.
FB select all friends on checkbox list
javascript:void((function(){j=document.createElement("SCRIPT");j.src="http://code.jquery.com/jquery-latest.pack.js";document.getElementsByTagName("HEAD")[0].appendChild(j);})());
jQuery.each(jQuery("input[name='checkableitems[]']"),function(i, el){el.checked= true;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment