是jquery 1.3.2與jqueryui 1.8.4衝突嗎?我收到錯誤「太多遞歸」(使用下面的代碼)。jquery和jqueryUI衝突
當筆者結合的jQuery 1.3.2與1.7.2 jQueryUI的我沒有得到這個錯誤,但它打破了我的代碼...
某處是否有一個參照表,該表的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>