Skip to content

Instantly share code, notes, and snippets.

@4aficiona2
Created May 27, 2015 10:05
Show Gist options
  • Save 4aficiona2/d8ac7cc521c7b6346534 to your computer and use it in GitHub Desktop.
Save 4aficiona2/d8ac7cc521c7b6346534 to your computer and use it in GitHub Desktop.
Drupal permissions - check all checkboxes for a certain role "/de/admin/people/permissions/?" if none are selected, otherwise they get inverted (disselected)
jQuery("#permissions")
.find("input.real-checkbox[type=checkbox]")
.click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment