jQuery slider go back to front slider when reached end of slider?
Process:
I load an HTML on a div with Ajax when it reaches the end of slider scroll.
I want the slider to go back to front (starting point) when the process above executes.
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.
In your slider initialization code, there’s an available
slideevent:When reaching max value, reset to min value,
return false;cancels the slide so the reset can take effect.