jq html remove disabled

JavaScript
$('.disabledCheckboxes').removeAttr("disabled");
Source

Also in JavaScript: