难以让jquery.mobile-1.0.1在我的iPhone上运行

时间:2012-03-21 20:56:56

标签: jquery-mobile

使用jquery移动插件(jquery.mobile-1.0.1)有没有人在使代码正常运行时遇到任何麻烦?如果是这样,你有什么问题,你是如何解决这些问题的?

请指教,

谢谢.....

1 个答案:

答案 0 :(得分:0)

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>

<div data-role="page">
    <div data-role="header">
        <h1>Hello World</h1>
    </div>
    <div data-role="content">
        <p>I'm a Mobile Optimized Webpage</p>
    </div>
</div>​

这是你可以制作的最简单的hello world示例。您的问题不是很具体(例如what have you done so far?),所以我目前无法对我的回答进行更具体的说明。

以上是上述代码的演示:http://jsfiddle.net/tKECJ/