I need some simple JQuery code so I can change the src value of a specific img.
It\'s currently:
<
That's elementary, use jQuery attr...
$('img#myImage').attr('src', 'image2.gif');