JQM ドキュメントで開始する際に推奨されているように、次の 3 つの CDN ファイルを使用しています。
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
Chrome の [ネットワーク] タブで 404 Not found ステータスが表示される理由がわかりません。jquery mobile min.map ファイルを探しているようです。これは Firefox では見られません。
このファイルを探している理由について何か考えはありますか?