2012年6月17日 星期日

jQuery mobile_(1) 簡單的範例

<!DOCTYPE html>
<html>
 <head>
 <title></title>
 <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.css" />
 <script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
 <script src="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.js"></script>
</head>
<body>

<div data-role="page">

 <div data-role="header">
<H1>Header</H1>
 </div>

 <div data-role="content">
 <p>The content</p>
 </div>

 <div data-role="footer">
<H1>Footer</H1>
 </div>
</div>

</body>
</html>

沒有留言:

張貼留言