===== JQUERY SELECTOR ===== $("input[type='checkbox']:checked").not(":disabled") $("input[type='checkbox']:checked").not("[disabled]") $("input[type='checkbox']:checked:not(:disabled)") * [[https://stackoverflow.com/questions/12358231/jquery-selector-for-all-checked-checkboxes-that-are-not-disabled]]