I’m in need of help refining a jquery drop down navbar.
The navigation can have multiple levels, and at any point there can be a “detail” pane that appears to the right of the currently hovered item.
It’s not easy to explain in words so I have set up the following http://jsfiddle.net/S8tyW/
I need to kill the bugs which appear when moving from different levels repeatedly or quickly.
There are also times when the animation triggers when it’s not needed to.. i.e. when you hover over different items with “detail” panes.
I’ve looked about for useful guides but it’s got to the point where I need someone else to look at it with fresh eyes.
I really hope someone can help as I have a lot of use for these kind of drop downs and I’m sure this could be turned into a very useful plugin.
Any feedback would be very much appreciated!
Kind Regards,
Dan
Well I have re-written this and it’s reliable enough now for me to use… I have updated the fiddle in the question with the working code in case anyone want’s to utilize this.
There’s still occasionally some odd behavior but it’s only when stress testing and rapidly moving from one to the next then back up multiple levels.