Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery mobile 在requirejs错误中加载jquery mobile 1.3.2,未识别第n个子项_Jquery Mobile_Cordova_Requirejs - Fatal编程技术网

Jquery mobile 在requirejs错误中加载jquery mobile 1.3.2,未识别第n个子项

Jquery mobile 在requirejs错误中加载jquery mobile 1.3.2,未识别第n个子项,jquery-mobile,cordova,requirejs,Jquery Mobile,Cordova,Requirejs,我试图加载jQueryMobile 1.3.2。我还在RequireJS中尝试了1.3.1,它返回一个错误:RequireJS中的错误错误:语法错误,无法识别的表达式::n子项 这是密码 requirejs.config( { 路径:{ jquery:'library/jquery/jquery-1.8.3', jquerymobile:'library/JQuery/JQuery.mobile-1.3.2' }, 垫片:{ “jquery”:{ 出口:“$” }, “jquerymobile”

我试图加载jQueryMobile 1.3.2。我还在RequireJS中尝试了1.3.1,它返回一个错误:
RequireJS中的错误错误:语法错误,无法识别的表达式::n子项

这是密码

requirejs.config(
{
路径:{
jquery:'library/jquery/jquery-1.8.3',
jquerymobile:'library/JQuery/JQuery.mobile-1.3.2'
},
垫片:{
“jquery”:{
出口:“$”
},
“jquerymobile”:{
部门:['jquery'],
出口:“jm”
}
}
}
);
//检查设备就绪,呼叫应用程序
requirejs(['jquery','jquerymobile'],
函数($,jm){
警惕(“干净”);
}
);

似乎是html中的一个空u,l标记导致了这个错误,奇怪的是,它停止了加载所有内容