我試圖使用+ =在每次調用函數時不斷添加到頁邊空白的元素的右邊距。我希望該值是一個變量,但我無法弄清楚語法。當在jQuery中使用.animate函數時,使用+ =的語法是什麼
這是我有:
$('.wide')animate({"right" : '+=320px'}, scrollSpeed, scrollEase);
這工作,但這裏是我想要做的事:
$('.wide').animate({"right" : +=variable}, scrollSpeed, scrollEase);
我不知道正確的語法是什麼,但。
Thans爲您提供幫助。
非常感謝! – user417557 2010-08-11 17:58:36