Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/37.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
Javascript jqGrid不是函数错误_Javascript_Node.js_Jsp - Fatal编程技术网

Javascript jqGrid不是函数错误

Javascript jqGrid不是函数错误,javascript,node.js,jsp,Javascript,Node.js,Jsp,我是前端开发新手,当我试图在JSP文件上显示jqGrid时,我的jqGrid类型错误不是一个函数 以下是控制台屏幕上的实际错误: <anonymous> property.htm:959 [10]</</ae.Callbacks/c() app.js:5 [10]</</ae.Callbacks/d.fireWith() app.js:5 [10]</</<.ready() app.js:6 s() app.js:4 property.ht

我是前端开发新手,当我试图在JSP文件上显示jqGrid时,我的jqGrid类型错误不是一个函数

以下是控制台屏幕上的实际错误:

<anonymous> property.htm:959
[10]</</ae.Callbacks/c() app.js:5
[10]</</ae.Callbacks/d.fireWith() app.js:5
[10]</</<.ready() app.js:6
s() app.js:4
property.htm:959

[10] 我注意到JSP中包含了grid.locale-en.js和jquery.jqGrid.min.js两次。我一删除重复的脚本,它就工作得很好

什么是app.js
?还有,为什么要使用
jqGrid
,有很多更好的库……你能再详细说明一下吗?嗨,哈克曼,app.js似乎是javascript库的组合,我真的不确定,因为这是一个min文件,有很多不可读的代码。我们使用jqGrid是因为这是由我们的主要开发人员实现的技术。对于创建轴网,您建议使用哪些其他库?