jgallen23 / toc

Table of Contents Plugin
http://projects.jga.me/toc/
MIT License
531 stars 111 forks source link

Improved behavior for working with containers other than the body. #27

Closed wballard closed 7 years ago

wballard commented 11 years ago

This is two parts, changing the scrolling implementation, and changing how the top of the scroll to highlight is computed.

jgallen23 commented 11 years ago

the auto highlight on scroll stopped working for me when I tried this. $('body').bind('scroll', function() { console.log('scroll'); }); doesn't fire scroll.