我正在尝试使用 jQuery 1.64 使用下面的代码刷新“选择菜单”(我需要使用这个版本,尽管我使用哪个版本似乎并不重要)。当我尝试运行 selectmenu() 函数时,出现以下错误。
错误:
Uncaught TypeError: undefined is not a function (index):22(anonymous function)
jQuery.event.dispatch jquery-git2.js:4402elemData.handle
小提琴: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("refresh");