Mudanças entre as edições de "MediaWiki:Common.js"
Ir para navegação
Ir para pesquisar
(Limpou toda a página) Etiquetas: Reversão manual anulando |
|||
Linha 1: | Linha 1: | ||
$(function() { | |||
$(".chest").hover( | |||
function() { | |||
$(this).attr("src", "/images/4/41/Chest.gif"); | |||
}, | |||
function() { | |||
$(this).attr("src", "/images/a/ae/Chest_static.png"); | |||
} | |||
); | |||
}); |
Edição das 04h09min de 27 de maio de 2022
$(function() { $(".chest").hover( function() { $(this).attr("src", "/images/4/41/Chest.gif"); }, function() { $(this).attr("src", "/images/a/ae/Chest_static.png"); } ); });