jQuery-uiのtabsでタブを書いてたんですが、その中にさらに入れ子でタブを作る必要があり、その時のメモ。 需要ありそうなのに紹介されてる例が見つけられなかったので。 普通jQuery-uiのtabsはこんな感じに書きます。 <!doctype html> <html> <head> <title>jQuery UI Tabs - Default functionality</title> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="http://code.jquery.com/ui/1.