jquery mobile 1.4.2和动态内容

时间:2014-06-28 02:58:11

标签: javascript php jquery html jquery-mobile

我在jQuery Mobile可折叠集中加载动态内容。它在旧的jQuery Mobile引用中运行得很好,但在最新版本的jQuery中失败了。

旧参考:

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

新参考

  <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.2/jquery.mobile.min.css" />
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  <script src="http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.2/jquery.mobile.min.js"></script>

旧JSFiddle:     http://jsfiddle.net/4c565/5/

它可以工作但是在JSFiddle之上它不能从外部URL获取数据,所以它不是提取但它在我保存PHP文件的服务器上完美运行。

这是新的JSFiddle:          http://jsfiddle.net/4c565/6/

它与新的jQuery库完全不兼容。任何想法/建议,以便它可以在最新的图书馆工作?

0 个答案:

没有答案