Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top