[accordion] Accordion selectedClass problems
Hi,
www.alu.com/entest/products/index_test.php
I trigger the accordion this way:
jQuery(document).ready(function () {
jQuery("#test-accordion").accordion({
header: "div.accordion-toggle",
fillSpace: true,
active:"div.accordion-toggle:first",
selectedClass: "accordion-active"
});
});
In the css I got
.accordion-active{
background: #393939;
}
But selectedClass won't append the class to the toggle, it does append
it to the accordion content div.