lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 578 forks source link

How do I check which sectionName i'm currently in? #384

Closed prawn9189 closed 5 years ago

prawn9189 commented 5 years ago

Basically I have a responsive side bar that requires me to update it every time I'm in a new section; How would I do this?

prawn9189 commented 5 years ago

Ok wait nevermind, i'm dumb; you can use $.scrollify.currentIndex() for this.