i got nearly the same as in this example here: Tutorial for iScroll
The Thing i want is to do a Ajax Request at the End of the Scrolling, like Facebook does for example. Can i do this with this iscroll framework?
If i can do this with it. How? 🙂
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.
When constructing your iScroll, you should give a function as the
onBeforeScrollEnd(that, event)oronScrollEnd(that)option (I don’t now which one is the best).Inside that function, you check whether
that.y == that.maxScrollYin which case you are at the end of your vertical scrolling.