你的心如利箭 在风中笔直的飞翔
github DNS ALEXA CDN
jquery JS CSS CSS3 HTML5 svg php --- isux w3cplus

21270

  博客园  :: 首页  ::  ::  ::  :: 管理

Jquery MOBILE:  (2014-7-1 发布jquery.mobile 1.4.3版本)

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.js"></script>
<link type="text/css" rel="stylesheet" href="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.css" />
<!-- 
<script src="plugin/jquery-1.11.1.min.js"></script>
<script src="plugin/jquery.mobile-1.4.3.min.js"></script>
<link type="text/css" rel="stylesheet" href="plugin/jquery.mobile-1.4.3.min.css" />
-->
</head>
<body>
<div data-role="page">
  <div data-role="header">
    <h1>页头</h1>
  </div>
  <div data-role="content">
    <p>内容</p>
  </div>
  <div data-role="footer">
  <h1>页脚</h1>
  </div>
</div> 

</body>
</html>

 

 

 

 

 

 

 

 

 

 

 

 

posted on 2014-07-03 17:00  bjhhh  阅读(315)  评论(0编辑  收藏  举报