I’ve created an accordion following the webflow tutorial using interactions and a dropdown.
Now what I’d like to do it get the dropdown to open and close if I click a text link
I’ve tried $("#dropdown).trigger(“tap”)
and
$(“#dropdown”).removeClass(“w–open”);
Neither of which works. Does anyone know how I can programatically open or close a dropdown?
Here is my site Read-Only: LINK
(how to share your site Read-Only link)