2 years ago
#14204
aravindh
Increment and decrement version numbers
I want to increment and decrement 1.2.3 in this problem when we increase with a button after the right side value increased to 1.2.9 it should be1.3.0 and when second decimal point reaches to 1.9.9 it should change to 2.0.0 .
The same condition for decrement in a html number box using js or html in a table.
javascript
html
button
increment
decrement
0 Answers
Your Answer