I want to dynamically load data while Scrolling a GSP Page Down like facebook does.
Is that possible ?
I am using grails 1.3.7
thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can detect whether scroller has reached the end of page. If so, just load new piece of information. Something like
Here is an example on jsFiddle
http://jsfiddle.net/QsNCy/