码迷,mamicode.com
首页 > Web开发 > 详细

jquery easy UI 的hello版

时间:2014-12-11 00:22:41      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:jquery easy ui 的hell

<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<title>Tree Node Icons - jQuery EasyUI Demo</title>
	<link rel="stylesheet" type="text/css" href="easyui.css">
	<link rel="stylesheet" type="text/css" href="icon.css">
	<script type="text/javascript" src="jquery.min.js"></script>
	<script type="text/javascript" src="jquery.easyui.min.js"></script>
</head>
<body>
	
<div id =  "box" title="js generate dialog" style="width:400px;height:200px;">

</div>


<div class="easyui-dialog" title="class generate dialog" style="width:500px;height:500px">

</div>


<script >
$(function(){
	$("#box").dialog();
});
</script>

</body>
</html>

生成dialog的方式有两种:第一种是通过js生成 (这样可以让js和html分离) 第二种是通过class的属性值就可以了。

jQuery easy ui 的学习视频地址:http://edu.51cto.com/lesson/id-24494.html 

jquery easy UI 的hello版

标签:jquery easy ui 的hell

原文地址:http://blog.csdn.net/zl544434558/article/details/41855761

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