Instagram: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição Etiquetas: Reversão manual Edição visual: Alternada |
Sem resumo de edição Etiquetas: Revertido Edição visual: Alternada |
||
Linha 1: | Linha 1: | ||
A nossa página oficial do Instagram é [https://www.instagram.com/oficial.pokelegends/ oficial.pokelegends/]. | A nossa página oficial do Instagram é [https://www.instagram.com/oficial.pokelegends/ oficial.pokelegends/]. | ||
<div style="position:relative;"> | |||
<img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:411px;height:411px;" /> | |||
<span style="position:absolute;left:0;top:0;width:100%;height:100%;display:none;"> | |||
<img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:822px;height:822px;" /> | |||
</span> | |||
</div> | |||
<script> | |||
$(document).ready(function() { | |||
$('div[style="position:relative;"]').hover( | |||
function() { | |||
$('span', this).fadeIn('fast'); | |||
}, | |||
function() { | |||
$('span', this).fadeOut('fast'); | |||
} | |||
); | |||
}); | |||
</script> |
Edição das 05h10min de 3 de maio de 2023
A nossa página oficial do Instagram é oficial.pokelegends/.
<img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:411px;height:411px;" />
<script>
$(document).ready(function() { $('div[style="position:relative;"]').hover( function() { $('span', this).fadeIn('fast'); }, function() { $('span', this).fadeOut('fast'); } ); });
</script>