Posts by V1NNY • 130 points
1 post
-
3
votes7
answers57425
viewsA: Check/Deselect Checkbox from a button
I created the same script in a simpler way: marcarTodosCheckBoxes: function (seletorCheckBoxes) { $(this).prop('checked', !$(this).prop('checked')); $(seletorCheckBoxes).prop("checked",…