Prinzhorn / skrollr-menu

skrollr plugin for hash navigation
MIT License
285 stars 143 forks source link

Added ability to ignore specific anchor links with data-ignore-skrollr #64

Closed yaronguez closed 9 years ago

yaronguez commented 9 years ago

In order to be compatible with modal plugins and other hash based functionality, I added one line of code to skrollr-menu to ignore links with the attribute data-ignore-skrollr set to true. For example: <a href="#modal" data-ignore-skrollr="true">Open Modal</a> will be skipped.