You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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"
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?
The text was updated successfully, but these errors were encountered: