Jquery Accordian Plugin

Jquery Accordian Plugin


I'm trying to create an accordion similar to the 2nd 1 at the top here
http://jquery.bassistance.de/accordion/demo/
The problem I'm having is I can't find steps on how to achieve this..
I have loaded the css/javascript files and I also structured the xhtml/
css similar using the same names. When I put y accordion in the demo
html file, it works fine but when I have it on my page it doesnt
work.. It seems I'm missing a step that has to do with javascript
because on my page the class "basic" remains the same but in the demo
file the class "basic" becomes "basic ui-accordion selected" and I
also see "display:none" throughout the page.
So are there any steps I can follow to make sure I do everything right?