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,我想设置当前选择的选项卡的 html 内容,而不事先知道任何 id/title。这样做的最佳方法是什么?谢谢!
只需使用 css 选择器:
$('.ui-tabs-panel').not('.ui-tabs-hide').html('Content.');