Posts by joão lucas xavier gonçalves • 11 points
1 post
-
1
votes3
answers2230
viewsQ: if/Else condition to mark/deselect checkbox
I wonder what a condition it would be to cancel all my ckeckbox. function marcarDesmarcarTodos() { for (i = 0; i <= 500; i++) { document.getElementById('seleciona_ativarDesativar_'+i).checked =…