Accordion: Stop the Header being clickable
Hi
I've used an Accordion to store different stages of a form. I've added
buttons in each <div> and used the activate method to cycle through
them when the buttons are clicked.
What I want to do is to stop the headers, or anywhere else for the
matter, being clickable so that only the buttons can move between the
<div>. This is so I can perform any validation or posts to the server
between stages.
Can anyone tell me how to do this?
Many thanks
Andrew Daniels