Uncaught TypeError: Cannot set property 'mobile' of undefined

错误:

Uncaught TypeError: Cannot set property 'mobile' of undefined
    at jquery.mobile-1.4.5.js:26
    at jquery.mobile-1.4.5.js:26
    at jquery.mobile-1.4.5.js:22
    at jquery.mobile-1.4.5.js:22

原因:

    未导入jquery包

改正:

    在代码


    前面加上


注意:

    必须在导入jquery.mobile-1.4.5.min.js之前导入jquery-2.0.0.min.js,否则影响浏览器对jquery的使用。


你可能感兴趣的:(javascript)