Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3440578
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:26:55+00:00 2026-05-18T08:26:55+00:00

is there a way to avoid problems with jQuery’s slideToggle()? I have a horizontal-sliding

  • 0

is there a way to avoid problems with jQuery’s slideToggle()?

I have a horizontal-sliding menu when somebody hovers a link there’es slideToggling list beneath.

The point is when I hover my mouse over the link before jQuery loads – everthing works just opposite way. The menu disappears when I hover and shows when the pointer is somewhere else. So menu is useless.

Here’s jQuery code:

$('#nav li').hover(function(){
$(this).children('ul').slideToggle();

})

Maybe some coditionals, something like “if nav li hovered and ul is invisible then slidetoggle once again”? But I’m not sure how to write it.

Thanks a lot.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T08:26:55+00:00Added an answer on May 18, 2026 at 8:26 am

    To be sure here (independent of initial mouse position), you have to split your .hover() to explicitly call .slideDown() on mouseenter and .slideUp() on mouseleave, like this:

    $('#nav li').hover(function(){
      $(this).children('ul').slideDown();
    }, function() {
      $(this).children('ul').slideUp();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to know if there is way to call javascript from java on
I have the following HTML code: <div id=scroll> <div class=foo>foo1</div> <div class=foo>foo2</div> .... <div
symfony: http://www.symfony-project.org pjax: https://github.com/defunkt/jquery-pjax Hi all, I'm trying to use pjax in symfony in
In the context of a web app, I have a server which sends or
Are there any examples out there on how to integrate HTML5Boilerplate into Symfony? The
I built a cascading dropdown in jquery, modified from a few examples. I added
I am using Ruby on Rails 3.0.7 and I am migrating from Prototype to
A user story: The user of our app creates road trips. A roadtrip is
I'm trying to build an object in javascript using self-invoking functions to set the
I'm trying to create a Mockito mock object of a class with some rather

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.