Is there any way to load data while scrolling in jquery for Iphone (mobile websites). This example works in Safari, Chrome but not in the iPhone: http://www.webresourcesdepot.com/dnspinger/
Thanks
Is there any way to load data while scrolling in jquery for Iphone (mobile websites). This example works in Safari, Chrome but not in the iPhone: http://www.webresourcesdepot.com/dnspinger/
Thanks
Copyright © 2021 Jogjafile Inc.
Yes there is a way - the best to do it is initiating an AJAX request to a server side page to retrieve more data from the database.
The website you have mentioned is doing just that however on a device you will need to take the URL box into consideration I believe this is 60px?
This is just an example of how you could do this?