jQuery模拟新窗口打开 轻松使用javascript创建新窗口

2014-11-24 14:28:29 · 作者: · 浏览: 2





无标题文档
<script src="http://code.jquery.com/jquery-latest.min.js">
<script type="text/java script">

';
html += '

';
html += '
';
return html;
}
//确认事件
openwin.showWindow = function(){
$("#newWindow").hide();
}
//关闭事件
openwin.closeWindow = function(){
$("#newWindow").hide();
}
//-->








ddfdfdf