0
有人可以解釋並幫助我爲什麼$(this).position.left
是空的嗎?
$('#wrapper img, #beschrijving').click(function (obj) {
var posLeft = $(this).position.left;
$('#wrapper').animate({
marginLeft: '-' + posLeft + 'px'
}, 500);
});
腳本的其餘產品,因爲如果我填posLeft
有一個數字,它做什麼,它應該做的。我希望有人能幫助我。