gpt4 book ai didi

jquery 和 jqueryUI 冲突

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

jquery 1.3.2 与 jqueryui 1.8.4 冲突吗?我收到错误“递归过多”(使用下面的代码)。

当我将 jquery 1.3.2 与 jqueryui 1.7.2 结合使用时,我没有收到此错误,但它破坏了我的代码...

是否有某个地方有一个引用表,哪个 jquery 版本适用于哪个 jqueryui 代码?

<html>
<head>
<title>This is the title</title>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js'></script>
</head>
<body>nothing here</body>
</html>

最佳答案

不能只包含 2 个最新版本吗?为我工作过许多项目。

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script> 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>

关于jquery 和 jqueryUI 冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4011485/

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