How do I remove the default trigger element in UI Accordion?
I need to know if I can remove the default accordion trigger element, which is currently set as
<H3>. I know you can declare other elements or their id/classes as triggers, but I need to remove the
<H3> element from triggering the accordion function.
The reason is I am setting up a master CSS sheet that needs to be viewable in an HTML environment. The CSS styles will, of course, include all the <H1-6> elements. Clearing this trigger will allow the <H3> CSS sample element to show properly.
I want to set up a special <span class="set_accordion"></span> classed element to trigger the accordion effect.
Any ideas? Is this even possible?
Thanks.