layui 报错 jQuery is not defined


Layui hint: jstree is not a valid module,layui 报错 Uncaught ReferenceError: jQuery is not defined

layui 扩展外部模块 jstree 报此错误

查找原因发现,jquery 已经引入进来,但是 jstree 依赖 jQuery

解决办法:

在 jstree 文件最上方加上

window.jQuery = layui.$;

示例:

/*! jsTree - v3.3.8 - 2019-04-29 - (MIT) */
window.jQuery = layui.$;

... jsTree code ...

layui.define(function(exports) {exports('jstree', {})});

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM