+ 1
adding to text input by javascript
what is method used to add number to text input without removing before ?
1 ответ
+ 1
.value+=/*the number*/;
Is this what you're looking for?
what is method used to add number to text input without removing before ?