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
If anyone's looking to have more than 1 incrementing input field on a page.
Checks to see if .plus or .minus is clicked then changes the value of the sibling input, so you can have as many fields as you like.