How to create increment button for website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create increment button for website

how to create responsive increment button and change value per click

29th May 2018, 4:35 PM
Renaldy Hutama Putra
Renaldy Hutama Putra - avatar
2 Answers
+ 3
<button onclick="this.innerHTML=parseInt(this.innerHTML)+1">0</button>
29th May 2018, 4:51 PM
Bebida Roja
Bebida Roja - avatar