I have a simple plus and minus button next to my input. This works fine. However, it's not actually changing the value once the number is set in the form. This is causing problems since I have a calculator that changes based on the value of my input. Is there a way to make jQuery change the actual value when the plus/minus buttons are used? I can manually type a number and it works fine.
I have tried using .change()
and .attr('value' currentVal)
with no luck.