분류 bootstrap

목차를 동적으로 생성해야 하는 경우 - Tocify

컨텐츠 정보

  • 조회 875 (작성일 )

본문

http://gregfranko.com/jquery.tocify.js/



<div id="toc"></div>

$(function() {
                  //Calls the tocify method on your HTML div.
                  $("#toc").tocify();
              });