jQuery find all checkboxes checked

voila
$('input:checkbox[checked]')

You could do something like this to find all within tbody and then check the length of the resulting set
($('tbody input:checkbox[checked]').length == 0);

Comments

Popular posts from this blog

My Reading Lists

typescript notes (typeof, keyof, ReturnType, Parameters, Extract)

react-select stacking order bug, z-index, layers and stacking