easyui messager alert 三秒后自动关闭提示的实例
时间:2021-12-07 12:23:38|栏目:jquery|点击: 次
实例如下:
$.messager.alert(' ','<font size=\"2\" color=\"#666666\"><strong>数据库暂无记录!</strong></font>','infoSunnyIcon',function(){ //alert('点击确定按钮才关闭');// }); setTimeout(function(){ $(".messager-body").window('close'); },3000);
上一篇:jQuery soColorPacker 网页拾色器
栏 目:jquery
本文标题:easyui messager alert 三秒后自动关闭提示的实例
本文地址:http://www.codeinn.net/misctech/186120.html