I am using JQuery's accordion widget. I need a simple generic example which shows how to setup an accordion on a set of divs. When the user selects/expands/activates one of the divs then that div should look different (for example change the background color) than the other divs. Is it possible to do this by just using the accordian's functionality? Or does this need to be done by additional javascript?
Please note that I am using the accordion that is documented at http://docs.jquery.com/UI/Accordion