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

Uncaught TypeError: $(...)table is not a function at HTMLTableCellElement

程序员文章站 2022-06-09 16:47:36
...

Excel表格导出失败 Uncaught TypeError

下面是我详细的报错大家可以看一下

log.js:302 Uncaught TypeError: $(...).table2excel is not a function
    at HTMLTableCellElement.<anonymous> (log.js:302)
    at HTMLTableCellElement.dispatch (jquery.min.js:3)
    at HTMLTableCellElement.r.handle (jquery.min.js:3)
    (anonymous) @ log.js:302
    dispatch @ jquery.min.js:3
    r.handle @ jquery.min.js:3

Uncaught TypeError: $(...)table is not a function at HTMLTableCellElement

这里一直报错 内容为空 找不到
还一直提示我的 jquery.min.js报错
刚开始认为是我 bootstrap.min.js 和 jquery.min.js 位置上下放的不正确调换了半天
还是不行

解决方法

最后竟然是我犯了一个很粗心的错误 嘻嘻
我忘记把 jquery-table2excel.js 导进去啦 然后导进去就可以啦
太粗心了 还自己生气这到底怎么回事 嘻嘻