m-danish-iqbal / section-scroll

jQuery plugin for automatically making scrollable sections navigation.
http://plugins.imdanishiqbal.com/section-scroll/
89 stars 27 forks source link

Feature request : add support for anchor link #5

Open sylvainbaronnet opened 8 years ago

sylvainbaronnet commented 8 years ago

Example : http://alvarotrigo.com/fullPage/

enoversum commented 8 years ago

Yes, that would be great :+1: .

TrevorIan commented 7 years ago

I have updated this script with the requested feature. Also this version does not add/change the id of the section but adds an anchor element as first element within the section. to enable this feature just set the option enableHash to true: $('body').sectionScroll({ enableHash: true });

jquery.section-scroll.zip