Instant FAQ plugin ... need test / extra eyes

Instant FAQ plugin ... need test / extra eyes

Hi folks -

I've created my first jQuery plugin
http://www.mredesign.com/demos/jquery%2Dfaq/

Basically an accordion-type function with multiple open panels allowed, and with a leaning towards "FAQ" implementation, adding the links for open/closed and show all /hide all on the fly.

After using it a few times on client sites, as just a bunch of code in the page head, I decided to expand it to work with *any* nested set of html elements (see examples) and took the plunge to 'pluginify' it. (and was impressed by how easy it is to create a plugin once you get the syntax!)

Anyway... I'd love some jquery-familiar users to test it out, let me know what you think. I don't have it linked from my main demos list yet, so the link above is your only way in at the moment.

I have a feeling I could simplify some of the jquery code, compounding lines and maybe shortening the selector syntax in a few places. Mostly I just wanted to 'get it working', which is where it stands now. I tried to keep it simple, and also used CSS to hide things and jQuery to show them, so that if javascript is off (shudder!) the thing just looks like a long page of questions and answers.

All comments / suggestions / enhancements welcome.

Thanks!