Open jsyjack opened 8 years ago
Me too
Fix:
$(window).load(function () {...});
To
$(window).on("load",function () { ...};
That didn't solve my problem running nivo in JQuery 3.4.1.
Fix: $(window).load(function () {...});
To
$(window).on("load",function () { ...};
Worked for me. Thanks.
there is a maintained fork here: https://github.com/thecarnie/Nivo-Slider-jQuery
This version of jquery doesn't work with nivo slider as of 21st july 2016. Uncaught TypeError: a.indexOf is not a function jquery.min.js line 4
I have to use older version (1.10.1)