Accordion: No Icons; Also, Collapsibox: single item Accordion
1.) I was trying to create an accordion widget with no icons. I first
tried a few things in the "icons" options, then fished around the
jquery-ui source. It seems there is no way to have an icon-less
accordion. Is that correct?
2.) On a somewhat related note, in spite of the "NOTE" on Accordion's
doc page, I am currently using Accordion for a single-item box. At
the moment, I am applying $.accordion() to the element, then changing
the click behavior for the header and content. Why would I do such a
thing? Why, to take advantage of the themerollered theme, of course!
I am already slated to replace my kludge with its own widget,
Collapsibox, which is just slimmed down accordion code (with credit,
of course) to apply the theme and tweak the event behavior for a
single item.
Question is, does something like this already exist, and if not, would
it be something interesting enough for me to put out there for other
folks?
Cheers,
Pyro