+8 votes
1.1k views
in Programming by (26.3k points)
How can I select all checkboxes in Drupal Permissions Page

1 Answer

+19 votes
by (26.3k points)
 
Best answer

You can modify this code into Chrome Console:

 

jQuery('#permissions tr td:nth-child(4) input').attr('checked','checked')

Ask a Question
Welcome to WikiTechSolutions where you can ask questions and receive answers from other members of the community.

You can ask a question without registration.

Categories

...