✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Select 3 materials that are likely to contain silica dust.
// <![CDATA[
$(document).ready(function() {
let $total = 0;
$("div.answer input[type=checkbox]").each(function(){
$(this).on('click', function(event) {
if (!$(this).is(":checked")) {
$total = $total - 1;
} else if ($total <= 2) {
$total = $total + 1 ;
} else {
event.preventDefault();
event.stopPropagation();
}
});
});
});
// ]]>
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!