jqyery easyui $.messager.alert 位置代码

来源:互联网 发布:淘宝装机服务靠谱吗 编辑:程序博客网 时间:2024/06/05 11:40
$.messager.alert({
                        title:'提示',
                        msg:'操作成功',
                        icon: 'info',
                        width: 200,
                        top:300,
                        fn:function(){
                            $.messager.alert({
                                title:'提示',
                                msg:'该项目如有更多投资方,请到“投资方录入”菜单中继续添加',
                                icon: 'info',
                                width: 400,
                                top:300
                            }); 
                        }
                    });
1 0
原创粉丝点击