慕尼黑8549860
可以使用jQuery UI插件首先引入jQuery和插件js,<link rel="stylesheet" type="text/css" href="jquery/ui/css/jquery-ui.css"><script type="text/javascript" src="jquery/jquery-1.4.2.js"></script><script src="jquery/ui/js/jquery-ui.min.js"></script>其中文件路径自己随意然后调用显示代码:$('#show_app_popup').dialog({modal: true, //是否模态对话框draggable : false,//是否可以拖拽width: "auto", //自动宽度height: "auto",//自动高度position : "center" //居中});