标签: jquery jqgrid webforms
我想清除网格的工具栏。 我使用这段代码:
$("#List1")[0].clearToolbar();
此代码在Firefox中运行良好但在Chrome中引发此错误:
未捕获的TypeError:undefined不是函数
我该如何解决这个问题