Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: elems[fn] is undefined - notify.js:338:3 #116

Open
SteinTheRuler opened this issue Mar 27, 2018 · 1 comment
Open

TypeError: elems[fn] is undefined - notify.js:338:3 #116

SteinTheRuler opened this issue Mar 27, 2018 · 1 comment

Comments

@SteinTheRuler
Copy link

I'm trying to display a simple notify window, but when calling $.notify I get: TypeError: elems[fn] is undefined - notify.js:338:3.

My calling notify code:

setTimeout(function () {
	$.notify({ title: "Klar for oppdrag", text: "Jeg har ledig tid. Ring nå!", image: "<img src='/IMAGES/tools.png' style='width:48px;' />" }, { position: "bottom right", style: "bootstrap", clickToHide: "true" });
}, 10600);
@ghost
Copy link

ghost commented Apr 24, 2020

Maybe you're using the compressed/minimal version of JQuery.
I got the same problem, I changed to 3.5 uncompressed one, and everything went fine.

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

No branches or pull requests

1 participant