neumorphism-ui-bootstrap icon indicating copy to clipboard operation
neumorphism-ui-bootstrap copied to clipboard

Accordians not working

Open ryajckckxkckc opened this issue 2 years ago • 1 comments

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?

ryajckckxkckc avatar Nov 17 '21 22:11 ryajckckxkckc

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"

alecodev avatar Nov 23 '21 04:11 alecodev