Rephrasing a previous question, been worknig on it a while and have fixed a few issues, but remaining is that some menus don't expand or close when clicked in IE and Webkit browsers. Everything works perfectly fine in FF. And the Chrome Developer tools and IE's tools don't show any errors in the scripts.
The FILTER MENY is meant to close on click(it is expanded on default) and the other menus are meant to expand on click. All but NYHETSBREV work.
I am losing hair over this, please can someone take a look and tell me what I'm doing wrong?
The site in questions is linked here for you.
jsFiddle examples:
Thanks!!
FIX:
IE's tools (of all things) told me there was an extra ;
at the end of the offending scripts. I removed it and now everything works fine..