私はSamsが24時間でjquerymobileを自分で教えているのをフォローしています。しかし、次のコードは機能していません。
javascriptをデバッグしようとしましたが、javascriptがありません。そして、jquerymobileをデバッグする方法があればそれは素晴らしいことです。Isuruの履歴書
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>Isuru's Résumé</h1>
</div>
<div data-role="content">
<p>I'm a Mobile Developer with experience in web and android mobile app development.
My skills include HTML, CSS, Python, WAMP Development and Java.
I also have experience with SEO and Internet Advertising.</p>
<a href="#contact" data-role="button" data-rel="dialog">Contact me!</a>
</div>
<div data-role="page" id="contact" data-theme="c">
<div data-role="header"><h1>Clicked!</h1></div>
<div data-role="content">
<p>Clicked content!</p>
<a href="#contact" data-rel="back" data-role="button">Go back</a>
</div>
</div>
</div>
</body>
</html>