gpt4 book ai didi

jquery - Microsoft JScript 运行时错误 : '$' is undefined on my Jquery function

转载 作者:行者123 更新时间:2023-12-01 02:47:03 26 4
gpt4 key购买 nike

我的 View 中有以下 Jquery 函数:-

    <script type="text/javascript">
$(document).ready(function () {
$("#album-list").mouseover(function () {
$(this).animate({ height: '+=15', width: '+=15' })
.animate({ height: '-=15', width: '-=15' });
});
});
</script>

我已将以下脚本添加到 _layout View 中:-

<script src="@Url.Content("~/Scripts/jquery-1.6.2.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.unobtrusive-ajax.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery-ui-1.8.14.min.js")" type="text/javascript"></script>

但是当我导航到包含上述 Jquery 函数的 View 时;将引发以下错误“Microsoft JScript 运行时错误:'$'”。那么可能是什么问题呢?BR

最佳答案

您是否在内联脚本之后加载脚本?内联脚本必须在jquery加载之后放置。

如果是这种情况,请检查 jquery 脚本的位置。

关于jquery - Microsoft JScript 运行时错误 : '$' is undefined on my Jquery function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9050740/

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