I have a number in a span tag. I need to get the value of the number in the span and then increment it inside jQuery. I know how to do this for a text input - can this be
Example -
<span class="changeNumber">33</span> $('.changeNumber').html(parseInt($('.changeNumber').html(), 10)+1)