An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# jQuery-TableOfContents
[![Build Status](https://travis-ci.org/jongha/jquery-tableofcontents.png?branch=master)](https://travis-ci.org/jongha/jquery-tableofcontents)
[![Coverage Status](https://coveralls.io/repos/jongha/jquery-tableofcontents/badge.png)](https://coveralls.io/r/jongha/jquery-tableofcontents)
[![Dependency Status](https://gemnasium.com/jongha/jquery-tableofcontents.png)](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.