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

报错: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

报错:Uncaught TypeError: $(…).dialog is not a function,处理方法。

这时候查了很多资料,发现原因是jsp页面有css和js包没有导入,导包如下:

报错:Uncaught TypeError: $(…).dialog is not a function,处理方法。

将以上包导入后,窗口正常弹出。