logo

Crowdly

Browser

Add to Chrome

$(document).ready(function() { let $total = 0; $("div.answer input[ty...

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

$(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();

}

});

});

});

[3 pont]

Az egyéni szintű deprivációs indexek konstrukciójához az EU tetszőleges országában a következő tételek közül melyik az a három, amely szóba jöhet?

Három helyes válasz

0%
0%
0%
0%
100%
0%
100%
100%
0%
0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on edu.gtk.bme.hu?

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

Browser

Add to Chrome