if ($(this).scrollTop() > 15)
{
$('#aa').fadeIn("fast");
} else {
$('#aa').hide();
}
想問一下假設捲軸往下後15px 則會出現.... #aa 區塊,這樣寫對嗎?怎麼沒有出現呢?
相关分类