Posts by Rafa • 13 points
2 posts
-
-1
votes3
answers75
viewsQ: how to make Submit be enabled after the text value is greater than x dynamically?
The code is working if you fill in the input directly and when it is receiving the values dynamically it does not disable, only when I click on it. var btn = document.getElementById("btn"); var…
javascriptasked Rafa 13 -
-3
votes1
answer46
viewsQ: How to leave disabled Ubmit and enable after the input text is larger than 10 real?
<form> <input type="text"> <input type="submit" disabled> </form> I would like after filling a value for example 10.00 it enable and when it is less than 12.50 he disable and…
javascriptasked Rafa 13