I’m using the jQuery plugin jScrollPane. I want to disable vertical scrolling for the scrollpanes I set.
How can I do that?
I’ve checked their website, but they don’t have an official API page.
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.
They may not have an official api page, but they do have examples that can help. For example, the following page contains a solution to this question: http://jscrollpane.kelvinluck.com/arrows.html
Page javascript
Page CSS
This appears to explain how to accomplish your goals here.