jQuery(...).slimScroll is not a function
See original GitHub issuehow to solve the problem
log like this:
error_handler.js:46EXCEPTION: Uncaught (in promise): Error: Error in ./BaMenu class BaMenu - inline template:1:64 caused by: jQuery(...).slimScroll is not a function
TypeError: jQuery(...).slimScroll is not a function
at BaSlimScroll._destroy (http://localhost:3000/main.bundle.js:38500:48)
at BaSlimScroll._scroll (http://localhost:3000/main.bundle.js:38493:14)
at BaSlimScroll.ngOnChanges (http://localhost:3000/main.bundle.js:38490:14)
at _View_BaMenu0.detectChangesInternal (BaMenu.ngfactory.js:118:52)
at _View_BaMenu0.AppView.detectChanges (http://localhost:3000/vendor.bundle.js:36729:14)
at _View_BaMenu0.DebugAppView.detectChanges (http://localhost:3000/vendor.bundle.js:36834:44)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:17
Top Results From Across the Web
slimScroll is not defined on Browser Back Button
First, see if jQuery is defined by inputting jQuery in the console. If it is, try this: Try wrapping it in: (function($) {...
Read more >[Solved] Please Help !! Slimscroll is not working
Solution 1. From the error, it is quite clear that you have not included the js file for slimScroll . Download from jQuery...
Read more >Developers - slimscroll is not a function -
I plugged in an angular Telerik report viewer angular 4 ver. in a template using the slim scroll library but generate the below...
Read more >How to use jquery.slimscroll in spfx
slimScroll is not a function. I tried all sorts of things like different import statements. using require in stead off import.
Read more >Uncaught TypeError: $(...).gridviewScroll is not a function
I tried using replacing $ with Jquery and that also didn't return anything helpful. The code is currently on local host and I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It solved. Try install dependencies with
npmandnodewith this specific versions:i am facing the same issue. someone plz help me.