Hi!
I'd like to change image type with jquery, for example:
<img width="250" height="61" alt="Stack Overflow" src="http://sstatic.net/so/img/logo.png"/>
to
<a href="/"><img width="250" height="61" alt="Stack Overflow" src="http://sstatic.net/so/img/logo.gif"/></a>
To change ".png: in ".gif" (in this case)
Thanks !