jgallen23 / toc

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

highlight headings when clicking a toc link #18

Closed kayasax closed 11 years ago

kayasax commented 11 years ago

Using Yellow Fade Technique

jgallen23 commented 11 years ago

.effect depends on jqueryUI, so I'd prefer not to add that as a dependency. Ideally, there would be an event that is triggered where you could add the yellow fade.

kayasax commented 11 years ago

maybe same effect can be done in pure js, but you're right it will be cleaner with an event beeing raised ...