Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery mobile 很难让jquery.mobile-1.0.1在我的iPhone中运行_Jquery Mobile - Fatal编程技术网

Jquery mobile 很难让jquery.mobile-1.0.1在我的iPhone中运行

Jquery mobile 很难让jquery.mobile-1.0.1在我的iPhone中运行,jquery-mobile,Jquery Mobile,使用jquery移动插件(jquery.mobile-1.0.1)是否有人在正确运行代码时遇到过任何问题?如果是,您遇到了什么问题?您是如何解决这些问题的 请告知 谢谢您…… <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"

使用jquery移动插件(jquery.mobile-1.0.1)是否有人在正确运行代码时遇到过任何问题?如果是,您遇到了什么问题?您是如何解决这些问题的

请告知

谢谢您……


<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示例。你的问题不是很具体(例如,
到目前为止你做了什么?
),因此我目前无法对我的答案做出更具体的回答


下面是上述代码的演示:

我有一个网站设置,其中的图像使用.click(事件)在jQuery中转换us效果(从右到左)。我正在尝试使用同一个网站,当你通过iPhone或Android浏览时,你可以用手指移动图像,而不是使用.click(事件)。我已经下载了jquerymobile。