错误:$ .jgrid。不是一个功能

时间:2011-07-20 10:03:12

标签: javascript jquery jqgrid

当我在Firefox中玩我的PHP / JS项目时,会发生一些错误并且网格通常无法加载。

错误 - 由Firebug显示 - 每次的数量和类型都不同。

例如......

......首次开始......

$.jgrid.extend is not a function
restoreRow : function(rowid, afterrestorefunc) {

...按F5后......

没有错误发生

......再过F5 ......

$.jgrid.extend is not a function
getChangedCells : function (mthd) {
grid.celledit.js (riga 448)
$.jgrid.extend is not a function
toggleSubGridRow : function(rowid) {
grid.subgrid.js (riga 265)
$.jgrid.extend is not a function
addChildNode : function( nodeid, parentid, data ) {
grid.treegrid.js (riga 545)
$.jgrid.extend is not a function
"avg" : function(v, field, rc) {
grid.grouping.js (riga 286)
$.jgrid.extend is not a function
filterToolbar : function(p){
grid.custom.js (riga 128)
$.jgrid.extend is not a function
excelExport : function(o) {
grid.import.js (riga 179)
$.jgrid.extend is not a function
gridResize : function(opts) {
grid.jqueryui.js (riga 471)
b.jgrid.jqID is not a function
n=0,p;for(p=0;p<a.p.colModel.length;p+…a.p.id)+" tbody:first tr:first")[0];
jquery….min.js (riga 54)
b.jgrid.jqID is not a function
M),I={};G=G.slice((N-1)*M,N*M);n=w=nul…load_"+b.jgrid.jqID(a.p.id)).hide();
jquery….min.js (riga 75)
b.jgrid.jqID is not a function
M),I={};G=G.slice((N-1)*M,N*M);n=w=nul…load_"+b.jgrid.jqID(a.p.id)).hide();
jquery….min.js (riga 75)
b.jgrid.jqID is not a function
M),I={};G=G.slice((N-1)*M,N*M);n=w=nul…load_"+b.jgrid.jqID(a.p.id)).hide();
jquery….min.js (riga 75)
b.jgrid.jqID is not a function
n=0,p;for(p=0;p<a.p.colModel.length;p+…a.p.id)+" tbody:first tr:first")[0];
jquery….min.js (riga 54)
b.jgrid.jqID is not a function
n=0,p;for(p=0;p<a.p.colModel.length;p+…a.p.id)+" tbody:first tr:first")[0];
jquery….min.js (riga 54)
b.jgrid.jqID is not a function
n=0,p;for(p=0;p<a.p.colModel.length;p+…a.p.id)+" tbody:first tr:first")[0];
jquery….min.js (riga 54)
b.jgrid.jqID is not a function
M),I={};G=G.slice((N-1)*M,N*M);n=w=nul…load_"+b.jgrid.jqID(a.p.id)).hide();

......并且在进一步的F5之后......

其他15个类似的错误发生。

在项目的主页面中,我将库包括在内:

<!DOCTYPE html>
<html>
   <head>      
      <title></title>        
      <link type="text/css" href="js/jquery/css/cupertino/jquery-ui-1.8.13.custom.css" rel="stylesheet" />    
      <script type="text/javascript" src="js/jquery/js/jquery-1.5.1.min.js"></script>
      <script type="text/javascript" src="js/jquery/js/jquery-ui-1.8.13.custom.min.js"></script>
      <link rel="stylesheet" type="text/css" media="screen" href="js/jqGrid/src/css/ui.jqgrid.css" />
      <script src="js/jqGrid/js/i18n/grid.locale-it.js" type="text/javascript"></script>
      <script src="js/jqGrid/js/jquery.jqGrid.min.js" type="text/javascript"></script>
      <script src="js/jqGrid/src/grid.loader.js" type="text/javascript"></script>

我想知道什么是错的。谢谢,

1 个答案:

答案 0 :(得分:0)

尝试将链接粘贴到浏览器地址栏中的网格js文件中(前面加上您网站的地址):

[http://localhost/YourSite]/js/jqGrid/js/jquery.jqGrid.min.js

并查看它是否显示js脚本。如果不是 - 这意味着地址错误,并且网格没有加载(然后$ .jgrid不存在)。