-
Notifications
You must be signed in to change notification settings - Fork 740
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
jquery 3.5.0 #131
Comments
Did you find any solution to this yet? I'm also having issue while using Jquery 3.5.0 |
No, I migrate to toastr. |
Ok. Thanks. |
I think anything above 3.2.1 shows up notifications with position wrongly computed. |
And here is the rooting issue: jquery/jquery#3984 |
See #97 for a potential solution |
Indeed, this is a duplicate of #97 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seams to work not with jquery 3.5.0.
If I create a notify like:
$.notify({
title: 'Would you like some Foo ?',
}, {
autoHide: false,
clickToHide: true
});
The notify will be opened, but it is shown incorrect.
The text was updated successfully, but these errors were encountered: