在html
导出错误中运行browser
:
TypeError:undefined不是对象(评估'$ .event.props.concat')
safari
中的错误:
我的代码如下:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charse=utf-8">
<meta charset="UTF-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../css/jquery.mobile-1.4.5.css" rel="stylesheet">
<script src="../js/lib/jquery-3.1.1.js"></script>
<script src="../js/lib/jquery.mobile-1.4.5.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header" data-theme="c" data-position="fixed">
<h3>leo maer page one</h3>
</div>
<div data-role="content">
<p>内容展示</p>
</div>
<div data-role="footer" data-theme="c" data-position="fixed">
<h3>footer</h3>
</div>
</div>
</body>
</html>
错误在哪里?我找不到它。
**编辑 - 1 **
我测试过:jquery:2.0.3
和
jquery-mobile:1.4.0
,
它工作正常。 jquery.mobile-1.4.5
和jquery-3.1.1
是最新的version
,我想可能是原因。