easyui message框显示1秒后消失

$.messager.alert(' ','<font size=\"2\" color=\"#666666\"><strong>数据库暂无记录!</strong></font>','infoSunnyIcon',function(){
                //alert('点击确定按钮才关闭');//
            });
            
setTimeout(function(){
    $(".messager-body").window('close');    
},1000);

posted on 2018-02-26 17:05  luziluck  阅读(246)  评论(0编辑  收藏  举报

导航