How can I disable event-based Accordion navigation, i.e. use activate method only?
I would like to setup my Accordion so that user clicks to the headers do no affect the active section. I would like to have it so that the activate method is the only way of changing the active section. I've implemented activate successfully, but I'm not clear on how to disable user events like click. I could try setting the "event" option to something that would never happen, like 'submit', but that seems improper.
Thanks very much in advance to anyone who has any thoughts on this. I searched around but I didn't see anyone else who's asked this specific question.