no i have this code
<a href="#">
<span style="border-right: medium none;" class="Yes">Yes</span>
</a>
<a href="#">
<span class="No">No</span>
</a>
if no is current
i want when click on yes class calling current adding on yes span
and delete current class from no
if yes current
i want when click on no class calling current adding on no span
and delete current class from yes
i want each case happen in just one click please help me