I have a jquery accordion which I want to add rows to. I can accomplish this by calling .accordion("destroy"), adding the needed <h3></h3><div>
... bit and then calling .accordion() again, but this destroys the state and closes any dividers which are open.
Is it possible to add rows to the accordion without destroy and recreating it?