Is there a way to obtain infinite webpage with ajax?
I know that we can obtain infinite web pages that can be scrollable to down and right? Is there a way to obtain same effect(with ajax requests and without flash or silverlight) that can be scrollable to every direction? IF there is an example of this i want it :D. Thanks for your ti开发者_运维问答me.
yes, why wouldn't there be? example:
http://maps.google.com
:)
Basically it's the same logic as loading content when you get to the bottom, it just requires a moveable div in a wrapper and for you to check the bounds in every direction.
http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/
EDIT Just saw you want to go in every direction so this does not apply.
精彩评论