【问题标题】:Erros in implementing inlinenav in jqgrid在 jqgrid 中实现 inlinenav 的错误
【发布时间】:2012-04-18 05:24:16
【问题描述】:

我正在使用 jqgrid 和 codeigniter。

我正在使用以下 sn-p 实现 inlinenav。

这是我的代码:

jQuery("#contactlist").jqGrid('navGrid','#contacttoolbar',{view:false,edit:false,add:false,del:false,search: false});
jQuery("#contactlist").jqGrid('inlineNav',"#contacttoolbar");

先生。 justin ethier 建议我更新缩小的 jqgrid.js 文件

我已经这样做了.....但现在它导致我出现另一个错误,如下所示:

a.type is not a function

uncaught exception: CustomError: Error in protected function: )308

一个解决方案将我引向另一个问题......

帮助ppppppp

提前谢谢

【问题讨论】:

    标签: javascript jqgrid-php


    【解决方案1】:

    $.type 在 1.4.3 版本中被添加到 jquery 中。我遇到了同样的麻烦——我运行的是 1.4.1。请将您的 jquery 更新到至少 1.4.3 并重试。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-03-20
      • 2014-05-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-03-22
      • 2013-10-17
      相关资源
      最近更新 更多