Optional
title: string | (() => false | void)Optional
callback: string | ((dialog) => false | void)Jodit.Alert("File was uploaded");
Jodit.Alert("File was uploaded", "Message");
Jodit.Alert("File was uploaded", function() {
$('form').hide();
});
Jodit.Alert("File wasn't uploaded", "Error", function() {
$('form').hide();
});
If you like Jodit - try Jodit PRO
Show
alert
dialog. Work without Jodit object