문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top