I’m doing animated menu with jQuery (3 levels). I’m using efects slideDown and slideUp. Sometimes (but no always), when I open submenu of first main item, submenu of second main item won’t work until I refresh the page. It works OK with efects fadeIn and fadeOut, but I want to use slide.
Here is my code: http://jsfiddle.net/mcCAx/
The problem was the styling on your
<ul class="SubStage">element was being overridden. So, fight fire with fire by re-overwriting the styling in a callback. Your side menu shows up every time. 🙂Check it out here.