¥È¥Ã¥×   ÊÔ½¸ Åà·ë º¹Ê¬ ¥Ð¥Ã¥¯¥¢¥Ã¥× źÉÕ Ê£À½ ̾Á°Êѹ¹ ¥ê¥í¡¼¥É   ¿·µ¬ °ìÍ÷ ñ¸ì¸¡º÷ ºÇ½ª¹¹¿·   ¥Ø¥ë¥×   ºÇ½ª¹¹¿·¤ÎRSS

JavaScript/jQuery Miblie

Last-modified: 2018-11-14 (¿å) 15:23:54 (1984d)
Top / JavaScript / jQuery Miblie

¥·¥ó¥×¥ë¤ÊjQuery mobile¥Õ¥©¡¼¥Þ¥Ã¥È

#pre{{
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css">
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
<title>¥·¥ó¥×¥ë¤ÊjQuery mobile¥Õ¥©¡¼¥Þ¥Ã¥È</title>
</head>



<body>
<div data-role="page" id="home">
<div data-role="header" data-position="fixed">
<h1>¥Û¡¼¥à</h1>
</div>
<div data-role="content">
<p>¥Û¡¼¥à¤Ç¤¹¡£</p>
<p>¥Û¡¼¥à</p>
<p><a href="#page1">page 1</a></p>
<p><a href="#page2">page 2</a></p>
</div>
<div data-role="footer" data-position="fixed">
<h4>Copyright 2012 *</h4>
</div>
</div>


<div data-role="page" id="page1">
<div data-role="header" data-position="fixed">
<h1>page 1</h1>
</div>
<div data-role="content">
<p>page 1¤Ç¤¹¡£</p>
<p><a href="#home">¥Û¡¼¥à</a></p>
<p>page 1</p>
<p><a href="#page2">page 2</a></p>
</div>
<div data-role="footer" data-position="fixed">
<h4>Copyright 2012 *</h4>
</div>
</div>


<div data-role="page" id="page2">
<div data-role="header" data-position="fixed">
<h1>page 2</h1>
</div>
<div data-role="content">
<p>page 2¤Ç¤¹¡£</p>
<p><a href="#home">¥Û¡¼¥à</a></p>
<p><a href="#page1">page 1</a></p>
<p>page 2</p>
</div>
<div data-role="footer" data-position="fixed">
<h4>Copyright 2012 *</h4>
</div>
</div>


</body>
</html>
}}

µ­»ö

¥ê¥ó¥¯