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 8069329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T12:59:27+00:00 2026-06-05T12:59:27+00:00

I am trying to make a menu in javascript/JQuery (css is also an option)

  • 0

I am trying to make a menu in javascript/JQuery (css is also an option) that allows me to make it do things like show a particular drop down menu, activate a button in the menu and mimic mouseover effects without the mouse actually doing any of these things.

The reason for this is that I am making an interface that uses a function similar to let me google that for you, meaning an image of a mouse moving on the screen “showing” you where to find things in the menu. Therefore I need to be able to code in things to make a particular menu button pretend to have mouseover or having been clicked.

So basicly, how do I make a menu with unique identifiers for each button that can be called for desired effects?

  • 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-05T12:59:29+00:00Added an answer on June 5, 2026 at 12:59 pm

    If you make all of your event handlers stand alone functions you can call them manually as well. For example, instead of registering an anonymous click handler like so:

    $('#myelement').click(function(){ /* do stuff */ });
    

    You would have:

    function doStuff() { /* do stuff */ }
    
    $('#myelement').click(doStuff);
    
    // somewhere else in your code
    doStuff();
    

    Alternatively, if you are using jQuery, you can just call $('#myelement').click() somewhere else in your code, and it will call whatever onclick handlers are attached to the element, the same as if someone had physically clicked on it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make a drop down menu using javascript/jquery but can't get my
I am trying to make CSS drop down menu (no javascript involved). According to
I am trying to make a jquery menu that when I click on one
I'm trying to make an accordion-like menu with jQuery, but it refuses to cooperate:
I have an html/javascript/css project that i am trying to make an Android application
I'm trying to make a CSS/javascript dropdown menu (based on this example . This
Hello everyone I'm trying to make a jquery Menu just like the one in
I am trying to make a menu that works like the one on this
I'm trying to make a menu that will fade in a drop submenu when
I'm trying to make dynamic menu using xml data, I'm creating that menu using

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.