0
我無法弄清楚如何爲我的DIV生成動畫,以便它進入#slot1位置(以及後來選擇的任何插槽)。將DIV設置爲另一個DIV位置
這裏是我的javascript代碼和提琴
$(function(){
$('#deck').click(function(){
var slotPos = $('#slot1').position();
$(this).animate({left: slotPos.left}, 400);
});
});
提前感謝!
謝謝,這完美!我假設這十個是保證金。真棒!非常感謝! – 2013-04-25 14:16:15