0
我開始學習jQuery Mobile。 我創建了在Firefox中正常工作的基本網站。 但是,它不適用於Google Chrome。它卡在「加載」中。 我該如何解決這個問題?我使用最新的穩定Firefox和Chrome。jQuery Mobile - 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>
向我們展示「文檔的內容...」標記和腳本 – ezanker
沒有什麼,它只是「文本」...我從這裏拿走它:http://www.w3schools.com/html/html5_intro .asp只有「自定義部分」是jQuery手機腳本... – Millan
以下是您在jsBin中的確切代碼:https://jsbin.com/kojama/edit?html,output它在Google Chrome中運行良好。你能否重現你的問題? – ezanker