Örnek domo şuan için: Mysayfam.com
<script></script>
<script>$(document).ready(function() {
// alert("BY MERT KOSEOGLU SCRİPT");
$(".in").hover(
function () {
$(this).stop(true,true).animate({
height: '700px'
}, 600, function() {
// Animation complete.
});
},
function () {
$(this).stop(true,true).animate({
height: '50px'
}, 600, function() {
// Animation complete.
});
});
});</script>
<script></script>