I am trying to implement Jquery Infinite Scroll ( https://github.com/paulirish/infinite-scroll ). Is there an option to send data with the GET request that this plugin sends with every scroll end ajax request? The data that i need to load is dynamically generated and i need to know the last Id that was loaded. The plugin seems to rely on static pages like 2.html, 3.html etc. Pls advise. Thanks
質問する
437 次
1 に答える
0
https://github.com/renatosaito/jscrollerを試す デフォルトのアクションは POST ですが、簡単に変更できます。
于 2012-04-22T22:03:31.443 に答える