报错:Uncaught TypeError: $(…).dialog is not a function,处理方法。
程序员文章站
2022-06-09 16:49:18
...
在写前端queryselfplan.js代码时运用
$.dialog({
type: 'alert',
content: '该计划未创建'
});
报错:Uncaught TypeError: $(…).dialog is not a function
这时候查了很多资料,发现原因是jsp页面有css和js包没有导入,导包如下:
将以上包导入后,窗口正常弹出。
推荐阅读
-
Vue 报错TypeError: this.$set is not a function 的解决方法
-
Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object’#
-
Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object’#
-
报错:Uncaught TypeError: $(…).dialog is not a function,处理方法。
-
Vue 报错TypeError: this.$set is not a function 的解决方法
-
Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object’#
-
JQuery报错Uncaught TypeError: Illegal invocation的处理方法_jquery
-
解决定时器报错:Uncaught TypeError: that.setAttribute is not a function
-
Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object’#
-
JQuery报错Uncaught TypeError: Illegal invocation的处理方法_jquery