Posts by Guilherme Ziivo • 51 points
2 posts
-
3
votes3
answers993
viewsQ: Remove "disabled" with Javascript
Good evening. I wanted to remove the disabled attribute from a tag when a certain condition is met, but I couldn’t find any idea how to do that. Below the HTML: Escreva aqui: <input type="text"…
-
1
votes0
answers32
viewsQ: Use variable value as JS parameter
I was doing some tests to train JS with HTML. Then I made a newsletter system, where a newsletter Object has the notes of some subjects, and by a select chose the subject and which bimonth wanted:…