[Accordion] Opening the desired section
Hi Jörn,
looking forward to the ui.accordion. I'm still missing a
functionality, or rather find it a bug in the available demos that
when opening the sections by mouseover, the accordion reacts too
quickly.
http://dev.jquery.com/view/trunk/ui/demos/real-world/accordion-drawers/
Move the mouse over the third item so it opens and then, without
leaving the accordion, move the mouse to the first. The second item
opens instead of the first. There should be a slight delay before
opening another.
I managed to achieve that by including Brian Cherne's hoverIntent
plugin in a script I wrote some time ago:
http://berndmatzner.de/jquery/hoveraccordion/
Perhaps you can incorporate the basic idea of it.
Bernd