https://github.com/jongha/jquery-tableofcontents
A table of contents, usually headed simply "Contents" and abbreviated informally as TOC, is a list of the parts of a book or document organized in the order in which the parts appear. jQuery-TableOfContents is jquery plugin for table of content. I need an overview table about current page when I write long size document.
https://github.com/jongha/jquery-tableofcontents
javascript jquery-plugin jquery-tableofcontents toc
Last synced: 10 months ago
JSON representation
A table of contents, usually headed simply "Contents" and abbreviated informally as TOC, is a list of the parts of a book or document organized in the order in which the parts appear. jQuery-TableOfContents is jquery plugin for table of content. I need an overview table about current page when I write long size document.
- Host: GitHub
- URL: https://github.com/jongha/jquery-tableofcontents
- Owner: jongha
- License: mit
- Created: 2013-12-29T15:04:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T12:51:42.000Z (about 12 years ago)
- Last Synced: 2025-09-01T10:44:28.060Z (10 months ago)
- Topics: javascript, jquery-plugin, jquery-tableofcontents, toc
- Language: JavaScript
- Homepage: http://plugins.jquery.com/tableofcontents/
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery-TableOfContents
[](https://travis-ci.org/jongha/jquery-tableofcontents)
[](https://coveralls.io/r/jongha/jquery-tableofcontents)
[](https://gemnasium.com/jongha/jquery-tableofcontents)
A table of contents, usually headed simply "Contents" and abbreviated informally as TOC, is a list of the parts of a book or document organized in the order in which the parts appear. jQuery-TableOfContents is jquery plugin for table of content. I need an overview table about current page when I write long size document. This is a plugin that can help you.
## Usage
Absolutely simple to use.
```
$("#id").tableofcontents({ id: "#target" });
```
With style of element.
```
$("#id").tableofcontents({ id: "#target", css: { "width": "100px" });
```
## License
jQuery-TableOfContents is available under the terms of the MIT License.