I love the functionality of the jQuery accordion (http://jqueryui.com/demos/accordion/) however I do not want the style !!
I'd like to get rid of all the styles, the img, the border, the color, etc...
I don't see an option for this, this is something they should add. Or I am mistaking?
You can make your own accordion. Using the jQuery accordion without the UI is pointless. Creating your own accordion adapted to your site is kind of easy. You just need to fix the way you want to build it...let's say:
Then, you just need to make something like
You can now edit your class as you want since you actually don't need them for the JavaScript. Note that the with the class 'content' can contain whatever you want, including , other or since the .siblings and .next only apply to the same hierarchy.