Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

jquery 3.1.0 error #401

Open jsyjack opened 8 years ago

jsyjack commented 8 years ago

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)

thucvinh commented 8 years ago

Me too

thucvinh commented 8 years ago

Fix:
$(window).load(function () {...});

To

$(window).on("load",function () { ...};

lorikay4 commented 4 years ago

That didn't solve my problem running nivo in JQuery 3.4.1.

ozilion commented 3 years ago

Fix: $(window).load(function () {...});

To

$(window).on("load",function () { ...};

Worked for me. Thanks.

iam-sysop commented 3 years ago

there is a maintained fork here: https://github.com/thecarnie/Nivo-Slider-jQuery