After the value is passed by JBox, the button is clicked and the event is not returned.

function vsalert(message,title,callback){
    var content = {  
        title:title || "",
        content: message,  
        buttons: { "": 0},  
        buttonsFocus: 0,  
        submit: function (value, h, form) {  
            if (value == 0) {  
                if(callback && typeof callback=="function"){
                    callback.call(this);
                }
                return true; // close the window  
            }
        }
    };
    jBox("<div style="padding:10px">"+message+"</div>",content);
}

as in the above code, I don"t see the problem

Apr.13,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d88a-2bb1a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d88a-2bb1a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?