easyui03专题

Easyui03-messager

message框用来替代原生的alert,confirm弹框. $(function(){ $.messager.alert('警告','警告消息');   //替代confirm框,如果选择确认,r返回true $.messager.confirm('请确认信息','您确认想要删除记录吗?',function(r){     if (r){     alert('确认删除')