ASP.NET Cannot Use Perfectscrollbar

Asked 1 years ago, Updated 1 years ago, 59 views

The problem is as per the title, but when I tried to use the jQuery plug-in called perfectscrollbar in the ASP.NET web form,

0x800a01b6 - JavaScript Runtime Error: Object does not support 'perfectScrollbar' property or method.

Could not execute due to the above error.
I'm using the simplest description based on each commentary site, so I'm sure it's not wrong...

Personally, the information that I use with ASP.NET is not a hit in the search, so I also wonder if ASP.NET can't use it in the first place.

If you have any information, please let me know.

asp.net

2022-09-30 19:21

1 Answers


just below the head tag 1.jQuery
2.perfectscrollbar (plug-in)
3.config

If you don't load it in , you'll get that error.


2022-09-30 19:21

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.