Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top