HTML 팝업 상자

3012 단어

HTML 팝업 상자

	 <script type="text/javascript">
            $(function () {
                $('.xxxx').on('click',function () {
                    layer.open({
                        type: 2,//1: ,2: 
                        area: ['302px','345px'],// , 
                        title: xxxx,// 
                        shade: 0.6,// 
                        anim: 1,//0-6 ,-1 
                        content: xxxxxxx// 
                    });
                }) ;
            });
        </script>

참조:http://layer.layui.com/

좋은 웹페이지 즐겨찾기