Estou tendo problemas com um código que não funciona no meu projeto e alguns parecidos também não, alguém pode me ajudar? #2499
Unanswered
Thiggoz
asked this question in
Perguntas e Respostas
Replies: 1 comment
-
Então, tem alguns ajustes a ser feito, fiz alguns ajustes, compare com o seu código para entender melhor o que foi feito. Um detalhe no Javascript foi: var fsex = document.getElementsByName('radsex') faltou o s em Elements. E também evite usar var, utilize const ou let de acordo com a necessidade. Espero ter ajudado !! HTML
Javascript
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HTML:
JavaScript:
CSS:
Beta Was this translation helpful? Give feedback.
All reactions