码迷,mamicode.com
首页 > 其他好文 > 详细

easyui-dialog 弹窗

时间:2016-08-06 08:33:40      阅读:485      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Insert title here</title>
<%@ include file="/jsp/common/include/easyui_nopager.jsp"%>
</head>
<body>
    <button onclick="showDialog()">POP</button>
    <!--     弹窗 start-->
    <div id="dlg" class="easyui-dialog" title="Complex Toolbar on Dialog" style="width: 800px; height: 400px; padding: 10px">
        <!-- jsp page -->
    </div>
    <!--     弹窗 end-->
    <script type="text/javascript">
        $(document).ready(function() {
            $("#dlg").dialog(close);
        });

        function showDialog() {
            $("#dlg").dialog(open);
        }
    </script>
</body>
</html>

 

easyui-dialog 弹窗

标签:

原文地址:http://www.cnblogs.com/zno2/p/4736428.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!