Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created November 3, 2008 05:18
Show Gist options
  • Save anildigital/21806 to your computer and use it in GitHub Desktop.
Save anildigital/21806 to your computer and use it in GitHub Desktop.
var checkboxes = YAHOO.util.Selector.query("input[type=checkbox]", "add_from_address_book");
var length = checkboxes.length;
for(var i=0; i < length; i++) {
checkboxes[i].checked = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment