I am using HTML5 input type=number. Its working perfectly in Chrome browser, but its not working in Firefox and IE9.
HTML5 input type=number
I want to increment the quantity by
It's not supported.
You can use javascript for the same result if you really need it.
There are lot of examples : Increment value of textinput with jquery like spinner