Jquery Plus/Minus Incrementer

后端 未结 10 1201
挽巷
挽巷 2021-01-01 03:53

I want to have a client side Plus / Minus system where a user can click the plus and a value is incremented by 1, minus and the value is decreased by 1, the value should nev

10条回答
  •  萌比男神i
    2021-01-01 04:20

    Sure you can, e.g.:

     -        
     0 
     + 
    
    
    

提交回复
热议问题