嘿,我想在我的项目中使用Waypoints插件,但遇到错误提示
jQuery.Deferred异常:$(...)。waypoints不是函数 TypeError:$(...)。waypoints不是函数 在HTMLDocument。 (http://127.0.0.1:5500/project.js:3:24) 在j(http://127.0.0.1:5500/test-owl/js/jquery.min.js:1:29999) 在k(http://127.0.0.1:5500/test-owl/js/jquery.min.js:1:30313)
还有
未捕获的TypeError:$(...)。waypoints不是函数 在HTMLDocument。 (project.js:3) 在j(jquery.min.js:1) 在k(jquery.min.js:1)
我在项目中包含文件的方式是
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <script src="./test-owl/js/jquery.min.js"></script> <script src="./test-owl/js/owl.carousel.min.js"></script> <script src="./imakewebthings-waypoints-34d9f6d/lib/jquery.waypoints.min.js"></script>