Posts by Lucas Apolinário • 16 points
1 post
-
0
votes2
answers58
viewsA: Enable button by clicking on a checkbox
I did it in a more extensive way and it can certainly be improved, but for now, it’s functional! SCRIPT & HTML: $(document).ready(function() { $("input:checkbox").on('click', function() { var…
javascriptanswered Lucas Apolinário 16