Anchor List
- 特定の要素ごとにアンカーを生成
- 指定した場所にそのリンク一覧を追加
$(function(){ $('#anchor-list').anchorlist({ anchor : $('h2'), // リンク先となる見出しなど classname : 'anchorlist' // リスト<ul>のクラス名 }); });
anchorlist is an extremely light-weight jQuery plugin which generates an html list based navigation from specific heading tags within the document.
Table-of-Contents$(function(){ $('#anchor-list').anchorlist({ anchor : $('h2'), // リンク先となる見出しなど classname : 'anchorlist' // リスト<ul>のクラス名 }); });