I need some help understanding Liferay 7 themes, specifically to use jQuery plugins. As I am having the same issue as in this thread: https://web.liferay.com/community/forums/-/message_boards/view_message/79089004
"is not a function" is occuring whenever I call the plugin function I tried to install. I am tring all the possible placements for this:
<script type="text/javascript" src="${javascript_folder}/mCustomScrollbar.js"></script>
When I inspect the page I can see the jQuery object there, but it seems the plugin is not sticking..
$(".content").mCustomScrollbar();
is just a no go, and I can't figure it out why..