-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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