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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:09:11+00:00 2026-05-26T18:09:11+00:00

I am currently developing a HTML5 page, so I want to use jQuery for

  • 0

I am currently developing a HTML5 page, so I want to use jQuery for some effects. Here’s my code that doesn’t seem to work:

The html code:

        <nav id="mainNavigation">
        <!--....-->
        </nav>

and now jQuery:

$('#mainNavigation').click(function(){
   alert("test");
});

For some reason, nothing is happening. When I try something like:

$(document).ready(function(){
    alert("test");
})

everything works fine.

Thank you for any help.

  • 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-26T18:09:11+00:00Added an answer on May 26, 2026 at 6:09 pm

    It sounds like you aren’t wrapping your code in a document ready. This is basically telling the code to run with the DOM is ready.

    Are you doing this:

    $(document).ready(function() {
        $('#mainNavigation').click(function(){
            alert("test");
        });
    });
    

    As per motoxer4533’s comment you can also do this via jQuery’s shorthand Document ready:

    $(function() {
        $('#mainNavigation').click(function(){
            alert("test");
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a WordPress page that uses a jquery.slideto.js navigation system and html
I am currently developing a jquery function which I intend to use to replace
I'm developing a web page using django and I want to add some javascript
I am currently developing a little sketching application based on HTML5 Canvas element. There
I am currently developing an approval routing WCF service that will allow an user
I am currently developing a Rails application using a database that was designed before
I am currently developing a website and i need that the pages loads dynamically
I am currently developing a blog for myself and my friends, (with some special
As I am currently developing a website that simply must be able to perform
Im currently developing this site http://digitalgenesis.com.au/projects/sister/music.html What happens when i re-size screen is that

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.