🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

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

Documentation

Anchor List

  • 特定の要素ごとにアンカーを生成
  • 指定した場所にそのリンク一覧を追加
$(function(){   $('#anchor-list').anchorlist({     anchor     : $('h2'),     // リンク先となる見出しなど     classname  : 'anchorlist' // リスト<ul>のクラス名   }); }); 

You May Also Like