flesler/jquery.scrollTo

$.scrollTo is not a function

AndrewKiri opened this issue · 1 comments

Having the same problem with no clue what's wrong. Here are the screen captures
image
image
checked the target var, it is ok and returns a jQuery dom el: (screen below)
image

Solved the issue. The main evil was the overflow-x: hidden which was set on the body. After removing it and setting overflow-y: visible everything works. The issue and solution were detected and tested on macOs Sierra, Chrome v57

The issue can be closed and used for future reference by others to avoid pitfalls.