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

Fix 'Uncaught TypeError: Cannot read property '0' of undefined' error #7

Closed msalsas closed 8 years ago

msalsas commented 8 years ago

This error happens when the window is at the top of the page (also some pixels down) and I scroll. I have not find out the styles or whatever which causes it, but I've been able to fix it just checking the elements length before using directly cur[0].

sylvainbaronnet commented 8 years ago

Thanks for the PR

msalsas commented 8 years ago

You're welcome :)