Question

My problem is when I click on slider button/point work properly, but after 4-5 time clicked it was stuck. I have also find solution but not given proper solution.

Also See link

Thank you

Was it helpful?

Solution

Open this file in you editor and replace

$.fn._reverse = [].reverse;

with

$.fn._reverse = []._reverse;

This is the edited jquery.nivo.slider.js file.

Similar question on StackOverflow

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top