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.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to