TypeError:undefined不是对象(评估'$ .event.props.concat')

时间:2016-12-14 14:09:56

标签: javascript jquery html cordova jquery-mobile

html导出错误中运行browser

  

TypeError:undefined不是对象(评估'$ .event.props.concat')

safari中的错误:

  

The issue

我的代码如下:

<!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.3jquery-mobile:1.4.0, 它工作正常。 jquery.mobile-1.4.5jquery-3.1.1是最新的version,我想可能是原因。

0 个答案:

没有答案