Zeg dat 10 keer snel =).
Zoek uit of een enkel selectievakje is aangevinkt of niet, retourneert true of false:
$('#checkBox').attr('checked');
Zoek alle aangevinkte selectievakjes:
$('input(type=checkbox):checked');
Zeg dat 10 keer snel =).
Zoek uit of een enkel selectievakje is aangevinkt of niet, retourneert true of false:
$('#checkBox').attr('checked');
Zoek alle aangevinkte selectievakjes:
$('input(type=checkbox):checked');