Wednesday, November 11, 2015

Javascript folk: Making a page where I click one button to increment and another to decrement a value...

Javascript folk: Making a page where I click one button to increment and another to decrement a value. Currently, I'm going to the API for each click, which I do not want.

I could hang off mouseout(), changing the value then, but that really hangs this to desktop. mouseout and hover are not modern web concepts, even if you can still use them.

So, what should I do insetad?

  #lazyweb  

No comments:

Post a Comment