欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Uncaught TypeError: Cannot read property 'options' of undefined

程序员文章站 2022-05-30 14:17:57
...

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

Uncaught TypeError: Cannot read property 'options' of undefined

Uncaught TypeError: Cannot read property 'options' of undefined

初始代码

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

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

更改后代码

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

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