gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
928 stars 216 forks source link

tocify with w3-include-html #111

Open 4sfaloth opened 5 years ago

4sfaloth commented 5 years ago

First of all, wonderful tool! Thanks a lot for sharing it

I am having some issues using it alongside w3-include-html. Basically tocify seems to work fine when I have all the h1, h2, etc.. on the same .html file. However, I need to include a different html file inside this one using w3-include-html. Basically something like

The h1, h2, etc... tags will all be inside this other page. I can seem to get this to work... any idea what I must do?