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-ui选项卡,其内容是通过 ajax 加载的。active即使选项卡当前处于活动状态(出于刷新目的),我也希望能够(以某种方式)强制该选项起作用。
jquery-ui
active
做这样的事情:$('#'+tab_group_id).tabs('option', 'active', tab.index());
$('#'+tab_group_id).tabs('option', 'active', tab.index());
阅读此线程后,看起来该选项卡是否已经处于活动状态,尝试激活它什么也没做。如何实现“强制”激活的预期行为?