I know that the jscrollpane fires a function when “isAtBottom” finally becomes true.
But what is the name of this function respectively how can I check if “isAtBottom” finally becomes true?
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.
jScrollPane doesn’t fire a function for that condition, it fires an event. You can bind to the event the same way you’d bind to any other jQuery event: