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 time.
I know that we can obtain infinite web pages that can be scrollable to
Share
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.