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 を使用して、ID/タイトルを事前に知らなくても、現在選択されているタブの html コンテンツを設定したいと思います。そうするための最良の方法は何ですか?ありがとう!
CSSセレクターを使用するだけです:
$('.ui-tabs-panel').not('.ui-tabs-hide').html('Content.');