jqgrid error - b.jgrid.jqID is not a function

后端 未结 2 1431
天涯浪人
天涯浪人 2020-12-14 19:13

I\'m trying to get started with the jQuery plugin, jqGrid, however it\'s giving me the error - \"b.jgrid.jqID is not a function\". I downloaded the plugin from http://www.tr

相关标签:
2条回答
  • 2020-12-14 19:43

    Please try to include "i18n/grid.locale-en.js" before "jquery.jqGrid.src.js"

    0 讨论(0)
  • 2020-12-14 19:43

    I have the same problem, so first thing you need to consider is order of the included scripts (ex. first you need to load jquery, then grid.locale, and the last jqgrid.min.js), second thing to be considered is multiple included javascripts(in my project this was the problem, i have included jqgrid in two places). I removed them all and kept, only 1 version and the code started working file.

    0 讨论(0)
提交回复
热议问题