<div class="list_desc clearfix">
<div class="badge">
<div class="badgetop">
<p class="list_vote" id="l_val_1">20</p>
<p class="list_vote_label">votes</p>
</div>
<div class="badgebottom" id="vl_1">
<div><a href="#+1"/>+1</a></div>
<div><a href="#-1"/>-1</a></div>
</div>
<div class="badgebottom" id="vl_2">
<div><a href="#+1"/>+2</a></div>
<div><a href="#-1"/>-2</a></div>
</div>
</div>
</div>
How do I change the text of #l_val_1 when I click +1 the text of #l_val_1 will be 21, -1 it will be 19? I want to use jQuery. Not using $(#l_val_1) directly because the id of class list_vote may have different value(like: #l_val_1 or #l_val_3) in a page of HTML