Skip to content

Instantly share code, notes, and snippets.

@MichaelAstreiko
Created September 21, 2012 17:10
Show Gist options
  • Save MichaelAstreiko/3762700 to your computer and use it in GitHub Desktop.
Save MichaelAstreiko/3762700 to your computer and use it in GitHub Desktop.
Check all checkboxes with name like ...
dojo.forEach(dojo.query('[id*=del-campaign]'), function(single) {
dojo.attr(single, "checked", true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment