0
How to make my number change 1 to 100? (SORRY FOR MY BAD ENGLISH)
With one tap?
10 Answers
+ 1
Here are some recent codes wich avoid use of click to display result of user inputs (by using "onchange" event on <input> fields):
https://code.sololearn.com/WP7lmHpZUB3V/?ref=app
https://code.sololearn.com/W80u8YwyZsEH/?ref=app
https://code.sololearn.com/W54s3sdjbiZn/?ref=app
+ 1
Robotronz123
What do you mean by Number Change?
+ 1
define an <input> element to receive user input, and an 'onclick' event with a function wich test the value of the input, then if the value equals 1 assign it 100 to replace it ^^
+ 1
Yes thx
0
and what do you mean by "tap"?
0
Like...
0
Uhmm
0
When we tap that number, that number will change his value to 100 with one click. Sorry for my bad English
0
But pls show the script
0
Thanks