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

dialog-simple

时间:2014-08-07 00:14:16      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   java   io   ar   cti   

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8" />
    <title>dialog master</title>
    <meta name="description" content="dialog" />
    <meta name="keywords" content="jquery,dialog" />
    <link rel="stylesheet" type="text/css" href="css/dialog.css" />
    <style type="text/css">
	* {
            margin: 0;
            padding: 0;
	}
	body {
            background: #FFF;
            font: 12px/162% Arial,Helvetica,sans-serif;
	}
	p {
            margin: 0 0 10px;
	}
	img {
	   border: 0;
	}
	.doc {
	   width: 650px;
	   margin: 100px auto 50px;
	}
    </style>
</head>

<body>
<div class="doc">

</div>

<script src="js/jquery.js"></script>
<script src="js/dialog.js"></script>
<script language="javascript">

$(document).ready(function(){
	dialog.show({
		title: ‘百度‘,
		url: ‘http://www.baidu.com‘,
		width:800,
		height:500
	});
});


</script>
</body>
</html>

  

dialog-simple,布布扣,bubuko.com

dialog-simple

标签:des   style   blog   http   java   io   ar   cti   

原文地址:http://www.cnblogs.com/qiqing/p/3895825.html

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