Like in the console in your browser if you want to check a bunch of checkboxes on the page at once
jQuery(‘.form-checkbox’).attr(‘checked’,’checked’);
Especially handy for Drupal permissions administration pages.
Like in the console in your browser if you want to check a bunch of checkboxes on the page at once
jQuery(‘.form-checkbox’).attr(‘checked’,’checked’);
Especially handy for Drupal permissions administration pages.