gpt4 book ai didi

jquery - jquery 可排序的奇怪错误 : is not a function

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

当我使用 jqueryui sortable 时,我遇到了一个奇怪的错误。它说,

$(this).sortable(); is not a function.

如何解决这个问题?

编辑这是我的标题代码:

<script src="jquery.min.js"></script>
<script src="jquery.ui.core.js"></script>
<script src="jquery.ui.widget.js"></script>
<script src="jquery.ui.mouse.js"></script>
<script src="jquery.ui.sortable.js"></script>

这是我用来刷新编辑 xml 文件的代码。

$("#sortable").sortable(
{
update : function(event, ui) {
//var change = $(this).sortable('toArray').toString();
// $('#show').html(change);
var order = $(this).sortable('toArray');
//var order = $(this).val;
$("#show").load("update_engine_xml.jsp?order="+ order);
//$("#showid").html(ui.item.context.id+" "+event.target.id);
}
});

编辑:2有什么建议为什么我会收到此错误吗?!

最佳答案

您是否缺少 jQuery UI引用?

关于jquery - jquery 可排序的奇怪错误 : is not a function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5397569/

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