!!! jquery mobile常用代码

Jquery MOBILE:

<!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>

 

 

 

 

 

 

 

 

 

 

 

 

!!! jquery mobile常用代码,布布扣,bubuko.com

!!! jquery mobile常用代码

上一篇:HTML -- get与post提交方式的区别 -- (转)


下一篇:如何去除ecshop标题和网站底部的Powered by ECShop