Using the mouse or keyboard jQuery UI's Accordion visually moves the "focus" to that header (darkens the border, background, font by default).
Is there an event that I can hook into to know which header is current without the user having to open the panel?
I can somewhat fake this by changing the open event to mouseover and then hooking into activate but that doesn't cover the keyboard and I'd prefer not to have to open the panel.
This seems like it should be obvious but I'm drawing a blank.
Thanks in advance.