Uncaught TypeError: Cannot read property 'options' of undefined

问题描述: 使用easyui可编辑数据表格的禁用数据表格编辑报错

Uncaught TypeError: Cannot read property 'options' of undefined_第1张图片

Uncaught TypeError: Cannot read property 'options' of undefined_第2张图片

初始代码

$("#toolbar").remove();
$("#dg").edatagrid("disableEditing");

勉强解决: 功能基本满足要求
删除了禁用编辑这一方法,可能使用有误,导致前台报错

更改后代码

$("#toolbar").remove();

==========================
有时候更改代码后,可能无法看到效果,是因为浏览器的缓存问题,
Ctrl + F5 刷几次都没有加载更改过的js代码,
在浏览器中清除全部浏览器数据

你可能感兴趣的:(BUG收割机)