I would like to change the src of each image when I click the image with J-Query. I want to change the src value using attr. I want to change it to 1_on.png when I click 1_off.png, and change it to 2_on.png when I click 2_off.png. I want to change it to off when I click the image and click it again. How can I do that?
<img alt="" src="img/1_off.png" id="pic">
<img alt="" src="img/2_off.png" id="pic">
<img alt="" src="img/3_off.png" id="pic">
<img alt="" src="img/4_off.png" id="pic">
<img alt="" src="img/5_off.png" id="pic">