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

  • SEARCH
  • Home
  • 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 8286727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:51:23+00:00 2026-06-08T11:51:23+00:00

I have a bunch of different DIVs in a menu that affect different things

  • 0

I have a bunch of different DIVs in a menu that affect different things but they’re all related by a “number”. It works perfectly when I have them all separated but all the For and While loop attempts failed… The hover are applied during a “$(document).ready(function () {});”…

I’m just trying to clean up the code here and change this :

$("#slideMenu1").hover(function () {
  $("#slideMenu1Box").slideToggle("fast");
});

$("#slideMenu2").hover(function () {
  $("#slideMenu2Box").slideToggle("fast");
});

$("#slideMenu3").hover(function () {
  $("#slideMenu3Box").slideToggle("fast");
});

$("#slideMenu4").hover(function () {
  $("#slideMenu4Box").slideToggle("fast");
});

to something like :

for(var i = 1; i < 5; i++) {    
$("#slideMenu"+i).hover(function () {
  $("#slideMenu"+i+"Box").slideToggle("fast");
});
}

but I can’t pull it off. Is it possible? Any idea?

  • 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-06-08T11:51:24+00:00Added an answer on June 8, 2026 at 11:51 am

    The way i would do it is using class selector or another selector.

     $(".slideMenu").hover(function() {
       $(".slideMenuBox", this).slideToggle("fast")
     });
     .slideMenu{
       display:block;
       height:20px;
       }
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
    <div id="slideMenu1" class="slideMenu">
      <div id="slideMenuBox1" class="slideMenuBox">
        Menu1
      </div>
    </div>
    <div id="slideMenu2" class="slideMenu">
      <div id="slideMenuBox2" class="slideMenuBox">
        Menu2
      </div>
    </div>
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bunch of different objects that are commonly edited in the same
I have a bunch of third-party Java classes that use different property names for
Let's say that I have a bunch of class instances that serve different purposes,
We have a long page that contains a bunch of different form elements. One
I have a bunch of different objects(and objec types) that i want to write
I have a popup div that I need to load a bunch of different
I have a bunch of different DTO classes. They are being serialized into an
I have a bunch of related matrices of different sizes, and would like to
I have a bunch of UIImageViews that are in different proportions. Some of 100x101
I have a bunch of simple data objects of different types (all properties are

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.