Posts by euKevinQuintino • 1 point
2 posts
-
-3
votes1
answer1223
viewsQ: Uncaught Typeerror: Cannot read Property 'checked' of null
I am having this error in my code: "Uncaught Typeerror: Cannot read Property 'checked' of null", I searched for it in Google, tried the presented solutions but none worked. cadastro-cuidador.js:…
-
-1
votes4
answers93
viewsQ: Enable input type="file" when input type="checkbox" == true
I’m having a hard time doing something that apparently should be very simple, I need a file type input to be disabled/invisible until the user marks a checkbox type input that by default will be…