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でタブを選択せずにすべてのタブ名またはラベルを取得する方法は?
タブ名/ラベルの長さを検証するためにこれが必要です。
jquery タブを使用している場合
$('.ui-tabs-nav li')
すべてのタブ リスト要素が表示されます。
$('label')
ページ上のすべてのラベルが表示されます。