$(this).animate({"left": left+"px"}, { queue: false, duration: 500 })
.animate({"top": top+"px"}, { queue: false, duration: 500 })
.animate({"height": size+"px"}, { queue: false, duration: 500 })
.animate({"width": size+"px"}, { queue: false, duration: 500 });
私はjQueryの初心者です。アニメーションが終了したら、次のコードを実行します:アニメーション終了時のコード実行
$('#map').css('cursor','pointer');
どうすればいいですか?また、コードが悪い場合は、改善していただければ幸いです。
ありがとうございます!