jQuery-TOC icon indicating copy to clipboard operation
jQuery-TOC copied to clipboard

Table of Contents Generator Plugin for (non-)jQuery

Results 2 jQuery-TOC issues
Sort by recently updated
recently updated
newest added

Add automatic prefix based on title. ```js let toc = initTOC({ selector: 'h2', prefix: true }) ``` The above code will generate links like `#this-is-the-header-title`. It maintains all the previous...

The sample doesn't work out of the box, since it fails on `$('.toc.jquery').initTOC(options);` Unless you have jQuery at `../bower_components/jquery/dist/jquery.js` I recommend to use jQuery from a CDN, such as https://code.jquery.com/jquery-3.2.1.min.js.