lukehaas / Scrollify

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

[bug] Move does not work if section name has space #335

Closed danyj closed 6 years ago

danyj commented 6 years ago

I have section name setup like

data-section-name="My portfolio"

so that I can pull it and use in scroll menu,

the

$.scrollify.move('#'+ ($label));

does not work in this case unless spaces are removed.