logo

Crowdly

Select 3 responsibilities, rights and obligations of employers under WHS legis...

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

Select 3 responsibilities, rights and obligations of employers under WHS legislation.

// <![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();

}

});

});

});

// ]]>

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!