/////// enter
$(".enter .over").css({width:0});
$(".enter .over2").css({marginLeft:-30});
$(".enter").hover(function() {
$(this).find(".over").stop().animate({width:30 }, 400, 'easeOutExpo');
$(this).find(".over2").stop().animate({marginLeft:0 }, 400, 'easeInOutExpo');
},function(){
$(this).find(".over").stop().animate({width:0 }, 400, 'easeOutExpo' );
$(this).find(".over2").stop().animate({marginLeft:-30 }, 400, 'easeInOutExpo');
}).click(function() { enter(); }); Sayfa açılınca java script kodunun otomatik çalışması
3
●554
- 29-12-2015, 16:47:09Elimde alttaki gibi bir betik var burada tıklanınca değil sayfa açılınca direk çalışmasını istiyorum
- 29-12-2015, 17:48:18Talihsizlik olmuş hocamwobber adlı üyeden alıntı: mesajı görüntüle
sorununuzun çözüldüğüne sevindim kolay gelsin