Tagged Questions
0
votes
2answers
984 views
jQuery accordion with multiple UL elements
I am using jQuery to produce an accordion effect in a menu I have created. The menu is tabbed and uses jQuery UI Tabs and in accordance with their documentation I cannot use multiple effects on one ...
0
votes
1answer
198 views
jQuery slidetoggle function breaks when additional div is added
The function below acts as an slidetoggle accordion (for a list of Wordpress posts) and it does a number of things, like toggle, add active classes and "declick" the open toggle div. Worked fine with ...