i want to ask question is there possible way with jQuery to change a part of images' source ? The html code is simple as
<img src="numbers/gray/1.png" alt="green" width="44" height="46" />
<img src="numbers/gray/5.png" alt="green" width="44" height="46" />
and so[there are two folders '/gray/' and '/green/'],can i just (as an example clicking on link"Become green") to change the part "/gray/" of the source with "/green/" while keeping each personal end of the source. Thanks.
