我對jQuery相當陌生,我試圖實現infinte滾動,因此只要到達頁面末尾,我就能觸發ajax調用。我也想知道在視口中可見的當前div,以便我也可以發出ajax調用。可以說我有6格獲取當前div在視口中可見
<div id="test">
Some content here
<div>
<div id="test1">
more content here
</div>
<div id="test2">
more content here again
</div>
我要發出Ajax調用,如果我的光標到達第2格,而滾動起來,同爲第3次DIV和第一格也。我太天真了,所以我可能會問一個愚蠢的問題,但請原諒我。
你不能給同一個ID不止一個DIV。請編輯它 – BNN 2014-09-26 10:04:14
使用'class'作爲重複標識符,'id'是唯一標識符 – Alex 2014-09-26 10:05:01
是啊thanx ..。 – Pulkit 2014-09-26 10:14:21