Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让 jQuery 1.8.3 的选项卡选择事件触发了相当长的一段时间,但不知道为什么它不能。我摆弄了 jsfiddle 并且有工作模型但是当我将这些更改应用到我的 jquery 文件时 - 它不起作用。
剩下的唯一方法是将版本升级到最新版本,但我现在不希望引入此更改,因为我们正处于部署到 Prod 的最后阶段!
“激活”对我有用!正如Kevin B提到的 JQueryUI-1.10 选择事件已不复存在!
$('#tabs').tabs({ activate: function (event, ui) { alert("hi"); } });