hi i am working on a shopify website. it is opening all the dropdown buttons at once, what I want is to on and close the dropdown button simultanuesly
website URL: https://9xmt7ifohgy3vu98-18691129395.shopifypreview.com
it is not working properly i have tried the code as well
[![
jQuery(".has-dropdown").click( function () { $('.sub-nav-item--expanded').removeClass('sub-nav-item--expanded'); var nextSibling = $(this).next(); nextSibling.toggleClass("sub-nav-item--expanded"); });
2.1m questions
2.1m answers
60 comments
57.0k users