if(i==0){
$(document).ready(function(){
$("div#rozet").hover(function(){
$(this).hide("fast");
$(this).animate(
{ top:'+45px', left:'+500px'},
{duration: 1}
);
$(this).show("slow");
$(this).stopall();
});
i=1;
}
if(i==1){
$("div#rozet").hover(function(){
$(this).hide("fast");
$(this).animate(
{ top:'-85px', left:'+500px'},
{duration: 1}
);
$(this).show("slow");
$(this).stopall();
});
});
i=0;
}
私は少し英語があります。とにかく私は始めている:D静的変数問題JQueryで
私はキューでこの機能をしたい。しかし、私はいつも0です。私はこれをやっていることを知っています。だから何をすることができます:D
私はCSSの変数を取ることができます。 (div#rozet).topの変数であれば、私はそれを使用することができます