logo

Crowdly

Select 2 statements that are the underlying principles of WHS.  // <![CDATA[...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Select 2 statements that are the underlying principles of WHS. 

// <![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 <= 1) {

$total = $total + 1 ;

} else {

event.preventDefault();

event.stopPropagation();

}

});

});

});

// ]]>

More questions like this

Want instant access to all verified answers on learn.sydneytafe.edu.au?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!