themesberg / neumorphism-ui-bootstrap

Neumorphism inspired UI Kit: web components, sections and pages in neumorphic style built with Bootstrap CSS Framework
https://themesberg.com/docs/neumorphism-ui/getting-started/quick-start/
MIT License
843 stars 130 forks source link

Accordians not working #27

Open ryajckckxkckc opened 2 years ago

ryajckckxkckc commented 2 years ago

when i run it locally the accordians don't work when you click them, on the actual site they open when you click them but not on my locally run version am i doing something wrong?

alecodev commented 2 years ago

I also had the same problem with the accordions and the hamburger menu in the mobile view, I was able to solve it by replacing the content of the file vendor\jquery\dist\jquery.min.js for the jquery version 3.5.1 https://code.jquery.com/jquery-3.5.1.min.js, or if you use NodeJS it would be to change the jquery version in the package.json file in the dependencies section "jquery": "3.5.1"