easyui messager alert 三秒后自动关闭提示
摘要:
$.messager.alert(' ','数据库暂无记录!','infoSunnyIcon',function(){ //alert('点击确定按钮才关闭');// }); setTimeout(function(){ $(".messager-body").window('close'); },... 阅读全文
posted @ 2016-05-27 10:59 草率的龙果果 阅读(5117) 评论(0) 推荐(4)