Category Archives: jquery-Multiple checkbox select

Jquery-Multiple Checkbox Select

function selectAll() {
$(“input[type=’checkbox’]:not([disabled=’disabled’])”).attr(‘checked’, true);
}