gpt4 book ai didi

Sails.js 和 Foundation 6 - TypeError : url. indexOf 不是函数

转载 作者:行者123 更新时间:2023-12-04 19:01:01 24 4
gpt4 key购买 nike

我正在尝试使用sails.js 和Zurb Foundation 6.2。我用过这个方便npm generator这设置了我的繁重任务。输出看起来不错。我有一个包含 jquery、基础等的 js 文件。

在我的 layout.ejs 中,我有这个:

<!DOCTYPE html>
<html>
<head>
<title><%=typeof title == 'undefined' ? 'New Sails App' : title%></title>

<!-- Viewport mobile tag for sensible mobile support -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<!--STYLES-->
<link rel="stylesheet" href="/styles/app.css">
<!--STYLES END-->

</head>


<body>
... some html ...
<%- body %>

<!--SCRIPTS-->
<script src="/js/dependencies/sails.io.js"></script>
<script src="/js/dependencies/foundation.js"></script>
<!--SCRIPTS END-->
<script>
$(document).foundation();
</script>
</body>

</html>

当我运行页面时,我收到此错误:
**TypeError: url.indexOf is not a function
jQuery.fn.load()
foundation.js:9612
<anonymous>
foundation.js:11913
<anonymous>**

我对此的阅读表明,问题要么是未加载,要么加载不止一次,要么顺序错误。我如何缩小范围?我试图为每件作品使用 CDN,但仍然无法使其工作。

感谢您的帮助。

最佳答案

Foundation 当前与 jQuery 3.0.0 不兼容,Foundation 正在使用已弃用的 jQuery.fn.load() .现在使用 jQuery 2.2.x。请参阅问题和 PR:

https://github.com/zurb/foundation-sites/issues/8834

https://github.com/zurb/foundation-sites/pull/8923

关于Sails.js 和 Foundation 6 - TypeError : url. indexOf 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37849021/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com