gpt4 book ai didi

javascript - jQuery v1.6.4 无法识别 selectmenu(),错误 : "undefined is not a function"

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

我正在尝试使用 jQuery 1.64 使用下面的代码刷新“选择菜单”(我需要使用此版本,尽管我使用哪个版本似乎并不重要)。当我尝试运行 selectmenu() 函数时,出现以下错误。

错误:

Uncaught TypeError: undefined is not a function (index):22(anonymous function) 
jQuery.event.dispatch jquery-git2.js:4402elemData.handle

fiddle : http://jsfiddle.net/DNaFv/

html

<select id="test">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>

jQuery:

$("#test").selectmenu("刷新");

最佳答案

.selectmenujQuery UI 的一部分图书馆。包含 jQuery UI 的依赖项后,请使用 .selectmenu,如下所示:

$("#test").selectmenu();

关于javascript - jQuery v1.6.4 无法识别 selectmenu(),错误 : "undefined is not a function",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25066724/

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