我搜索过高低,但我无法让这件事变得简单。
我想要做的就是在主页加载时打开对话框。
有人可以指出我正确的方向吗?
答案 0 :(得分:0)
<!DOCTYPE html>
<html>
<head>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script>
$(document).ready(function() {
$("#dialog").dialog();
});
</script>
</head>
<body style="font-size:62.5%;">
<!--<div id="dialog" title="Dialog Title">Test Dialog Box</div>-->
<div id="dialog" title="Google">
<IFRAME id="frame" style="border: 0px;" SRC="www.google.com" width="100%" height = "100%" >
</div>
</body>
不同的解决方案
尝试this ..如果这样可以..
不同的解决方案
尝试Modal Dialog ..通过添加data-rel =&#34;对话框,可以将任何页面显示为模态对话框&#34;属性到页面锚点链接。
$(document).delegate(&#39; div [data-role = dialog]&#39;,&#39; pageinit&#39;,function(){})