2
我遇到了一段代碼jQuery的絕對位置動畫
$(function(){
$('input.no').click(function(){
$(this).animate({"left" : "80px"}, 150);
$(this).removeClass().addClass('click'); });
$('input.click').click(function(){
$(this).animate({"right" : "0px"}, 150);
});
});
麻煩,在這裏你可以看到完整的代碼 http://pastebin.me/a5b13717c5d7125cd904572c041ce3e1 不工作:(
不工作?我的意思是我不知道我嘗試了它在pastebin和它只適用於左側:80px部分它不回來 – andrei 2010-06-30 20:35:53
@andrei我現在嘗試修復 – 2010-06-30 20:39:59
@andrei {「left」:「0px」} was需要 – 2010-06-30 20:42:49