Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

jquery 3.1.0 error #401

Open
jsyjack opened this issue Jul 21, 2016 · 5 comments
Open

jquery 3.1.0 error #401

jsyjack opened this issue Jul 21, 2016 · 5 comments

Comments

@jsyjack
Copy link

jsyjack commented Jul 21, 2016

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
Copy link

Me too

@thucvinh
Copy link

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

To

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

@lorikay4
Copy link

lorikay4 commented Jan 9, 2020

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

@ozilion
Copy link

ozilion commented Dec 27, 2020

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

To

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

Worked for me. Thanks.

@iam-sysop
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants