📜  jquery alertify - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:38.798000             🧑  作者: Mango

代码示例4
/*
 * @message {String or DOMElement} The dialog contents.
 * @onok {Function} Invoked when the user clicks OK button or closes the dialog.
 *
 * alertify.alert(message, onok);
 *
 */
 alertify.alert('Alert Message!', function(){ alertify.success('Ok'); });