jqyery easyui $.messager.alert 位置代码

$.messager.alert({
                        title:'提示',
                        msg:'操作成功',
                        icon: 'info',
                        width: 200,
                        top:300,
                        fn:function(){
                            $.messager.alert({
                                title:'提示',
                                msg:'该项目如有更多投资方,请到“投资方录入”菜单中继续添加',
                                icon: 'info',
                                width: 400,
                                top:300
                            }); 
                        }
                    });

你可能感兴趣的:(easyui,alert)