Slidedown slow not completing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KeredDrahcir
    Contributor
    • Nov 2009
    • 426

    #1

    Slidedown slow not completing

    I'm using an unordered list to create a menu and nesting the list to create a submenu.
    I want to submenu to expand when you click on it and then go to the main menu item.
    I've used the SlideDown function to get the menu to expand like an accordion but it only works if I set the slideDown to fast. If I use slow or normal it doesn't slide all the way down. Is this because it follows the link before it's finished? Is there a way to delay the link?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Based on what you've said, that's what it seems.

    If we ignore the fact that it's probably not even necessary, if slideDown has a complete/success event, you could add the link there and have a return false for the link onclick.

    Comment

    Working...