inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

$(...).niceScroll is not a function #785

Open avinashpenugonda opened 5 years ago

avinashpenugonda commented 5 years ago

While trying to use niceScroll we faced the error

TypeError: jQuery(...).niceScroll is not a function

how to solve this issue? when internet connected niceschroll is not working and when internet disconnected niceSchroll is working .how to slove this issue?

rejowanahmed commented 4 years ago

Maybe you forgot to put the nicescroll js file in your code. Try this:

`

` Note: Always use your custom code after(Not before) the main nicescroll js file.