“意外的令牌错误::”在Safari和jQuery mobile 1.4.5上

时间:2016-01-10 16:19:00

标签: css jquery-mobile safari

我有以下html文档:

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
    <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
    <script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
hi
</body>
</html>

在Safari 9.0.2中,我在Unexpected token error: :文件的第3753行获得jquery.mobile-1.4.5.min.js

我在Chrome中没有收到错误。

0 个答案:

没有答案