Does anyone know of a ready-made script or plugin that provides:
-Shift click for check/uncheck all in range
-CTRL click to select or unselect all
This can work on behalf of the validation input (instead of everything on the page or everything inside the div):
input[name='user_group[]']
input[name='record_group[]']
I use a couple of scripts (javascript and jQuery), but they are based on all the checkboxes in a div or table, and I'm not smart enough to flip my own or change another script. Google's search on this subject was a bit complicated (there are too many general terms that I think) ...
Thank you, thank you very much!
source
share