mzubala / jquery-custom-scrollbar

189 stars 102 forks source link

Error in customScrollbar("scrollByY",100) #61

Open hiniesta opened 8 years ago

hiniesta commented 8 years ago

Hello, When in an onclick function I try $(".isScroll").customScrollbar("scrollByY",100); I always get the error TypeError: scrollable[options] is not a function(…)

Have search on the .js file and can't find the function scrollByY, so I don't know if it a mistake of the documentation.

Thanks a lot

ivanstan commented 8 years ago

When I tried to use scrollByY I got this:

Uncaught TypeError: n[i] is not a function