Hello StackOverflow社区,
我正在运行以下问题:升级到最新的jQuery版本(3.3.1)和jQueryUI v.1.12.1之后。
我遇到以下错误:
VM133:1 Uncaught TypeError: $(...).dialog is not a function
at <anonymous>:1:14
at m (jquery-3.3.1.min.js?v=3.3.8-dev:2)
at Re (jquery-3.3.1.min.js?v=3.3.8-dev:2)
at w.fn.init.append (jquery-3.3.1.min.js?v=3.3.8-dev:2)
at w.fn.init.<anonymous> (jquery-3.3.1.min.js?v=3.3.8-dev:2)
at z (jquery-3.3.1.min.js?v=3.3.8-dev:2)
at w.fn.init.html (jquery-3.3.1.min.js?v=3.3.8-dev:2)
at Object.<anonymous> (jquery-3.3.1.min.js?v=3.3.8-dev:2)
at u (jquery-3.3.1.min.js?v=3.3.8-dev:2)
at Object.fireWith [as resolveWith] (jquery-3.3.1.min.js?v=3.3.8-dev:2)
该错误正在影响我的下拉语言菜单,并在初始化特定语言时显示。
请您帮我一下,任何指示都将对您有所帮助。
谢谢!