idiotWu/jQuery-TOC

The sample doesn't work out of the box

Opened this issue · 1 comments

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.

PR is welcome