We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: