No código HTML:
<img class="poe2" id="jojo" src="jojo.jpg" alt="Smiley face" height="160" width="220"onmouseover="altfoto(this)"/>
NO código javaScript:
function altfoto(img) {
// debugger
var src = img.src.substr(img.src.lastIndexOf('/') + 1, img.src.length);
if (src == 'jojo.jpg') {
img.src = 'jojo2.png';
} else {
img.src = 'jojo.jpg';
}
}
INte!!
Nenhum comentário:
Postar um comentário