jQuery没有在移动设备上工作

时间:2014-03-07 23:30:29

标签: jquery jquery-mobile mobile

这是网站:www.alweso.2ap.pl

我无法在手机上运行(调整浏览器大小可以正常工作)。

我终于发现问题的一大部分是这个网站上的jQuery似乎不适用于手机。我该怎么办呢?

我知道有类似jQuery mobile的东西,但它是否必须安装它?典型的jQuery库应该不够用?

1 个答案:

答案 0 :(得分:3)

jQuery适用于手机。 jQuery mobile仅用于更多以移动为中心的功能。

我注意到您在开发者控制台中的网站上有一堆错误。我先解决这些问题:

Failed to load resource: the server responded with a status of 404 (Not Found) http://www.alweso.2ap.pl/js/jquery.mobile/jquery.mobile-1.4.2.min
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.alweso.2ap.pl/nivo-slider.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.alweso.2ap.pl/lib/jquery.bxslider.css
Uncaught SyntaxError: Unexpected identifier arrow-bounce.js:2
Uncaught SyntaxError: Unexpected end of input onemore.js:12
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.alweso.2ap.pl/font-awesome-4.0.3/css/font-awesome-4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3

移动浏览器可能无法从这些错误中恢复,但桌面版可能无法恢复。

您可以在JavaScript控制台中找到这些错误。对于Chrome,您可以通过以下几种方式打开它:

  • 使用键盘快捷键Command - Option - J(Mac)或Control -Shift -J(Windows / Linux)。
  • 选择查看>开发人员> JavaScript控制台。