itoc
It is a jQuery plugin, A toc tree generator from html document.
This repo is modify by a jquery plugin toc .
The toc plugin document please visit here .
Install
You can get the source from github, or install it by bower.
Download source
git clone https://github.com/yufeiminds/itoc.js
Bower
bower install itoc.js
Usage
Default settings
var defaults = { 'selectors': 'h2, h3', 'statistic': { H2: 0, H3: 0, H4: 0}, 'auto_num': true, 'symbol_toc': { H2: ['ιΆ', 'δΈ', 'δΊ', 'δΈ', 'ε', 'δΊ', 'ε
', 'δΈ', 'ε
«', 'δΉ'], H3: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'], H4: ['0)', '1)', '2)', '3)', '4)', '5)', '6)', '7)', '8)', '9)'], } }
Init
$(document).ready( function() { $('.toc').itoc({ /* Your custom settings */ }); });
Contribute
- Fork this repo.
- Modify it.
- Create a pull request.
happy coding...!