Share
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.
Use the value method to set the slider’s value to the next/previous page when a next/previous button is pressed. Accomplishing this requires some 10 lines of JavaScript with jQuery and UI.
I’ve developed it based on the slider in the link you provided. The JS code goes like this, and can be found in this fiddle.
So the only thing remaining for you is to apply any CSS changes you like, and if you want to move the
#prevand#nextbuttons to a parent element that’s fine too with the provided code.