我开始学习jQuery Mobile。 我创建了在Firefox中运行良好的基本网站。 但是,它无法在Google Chrome中使用。它被困在“装载”中。 我该如何解决这个问题?我使用最新稳定的Firefox和Chrome。
http://s12.postimg.org/mfdcx8mu5/chrome.png
源代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
Content of the document......
</body>
</html>
答案 0 :(得分:0)
当您尝试通过“file:/// ...”界面打开本地html文件时会发生这种情况。将html文件上传到任何http服务器后问题就消失了。