I am using an accordion with a list of main categories, each with a
list of sub categories (so just 2 levels of hierarchy). When you click
a sub category, a nearby div element is populated with a list of
products via Ajax. The normal behavior for the accordion when you
click the sub category is to close. I'd like it to stay open when a
sub category is clicked, kind of like what the navigation option does.
The navigation option doesn't seem to suit my needs because the URL
isn't changing because it's just an Ajax request. Does anyone know how
to accomplish this? Thanks!

Reply via email to