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
Hi,
if I use the following with jquery-3.5.0.js it is not working
$(".caption").msgbox( { type: 'alert', content: "xxxxxxx", title: 'Alert', onClose: function(){ } });
if I use an older versio of jquery 1.10.2 it is ok. But many other item of my page are not working anymore.
Do you have any fix?
thank you Manny
The text was updated successfully, but these errors were encountered:
Add replication for issue #2
97ae4ae
I can't replicate this.
Could you check this: https://pwwang.github.io/jquery.msgbox/examples/issue2.html
and also post the errors from the console as well?
Sorry, something went wrong.
Thank you for your message.
Following your message I check on chrome. it is working fine. on Firefox 82.0.2 (64 bits), it is not working when I use a class to call msgbox.
It is still working with mine:
Can you post the error messages in the console in that first image if any?
No branches or pull requests
Hi,
if I use the following with jquery-3.5.0.js it is not working
if I use an older versio of jquery 1.10.2 it is ok. But many other item of my page are not working anymore.
Do you have any fix?
thank you
Manny
The text was updated successfully, but these errors were encountered: