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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:18:22+00:00 2026-06-17T22:18:22+00:00

This is the site http://www.numidia.it/ it has a very cool navigation and i wonder

  • 0

This is the site http://www.numidia.it/ it has a very cool navigation and i wonder if there’s a plugin that does something similar.

  • 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-17T22:18:23+00:00Added an answer on June 17, 2026 at 10:18 pm

    jQuery address plugin does that and furthermore you can define url without hashes(#).

    Here is an example: http://www.asual.com/jquery/address/samples/express/portfolio

    But if you want to do it yourself, you can use window.location.hash value.

    <a href="#/home">Home</a>
    <a href="#/about">About</a>
    
    <div class="pages homePage">...</div>
    <div class="pages aboutPage">...</div>
    
    //response for page load
    var anchor = window.location.hash;
    if( anchor === '#/home' ) {
       $('.pages').hide();
       $('.homePage').show();
    }else if( anchor === '#/about' ) {
       $('.pages').hide();
       $('.aboutPage').show();
    }
    
    //response for a clicked
    $('a').click(function() {
        var target = $(this).attr('href');
        if( target === '#/home' ) {
           $('.pages').hide();
           $('.homePage').show();
        }else if( target === '#/about' ) {
           $('.pages').hide();
           $('.aboutPage').show();
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please see this IBM site - http://www.ibm.com/us/en/ If you see the site banners, there
Referring to this web site http://www.cplusplus.com/reference/std/utility/make_pair/ The std::make_pair has this signature (and possible implementation):
I stumbled upon this site http://www.swell3d.com/ and I think that in the future we
I found this site http://www.shutterfly.com/documentation/api_OrderImage.sfly but there are no examples of actually walking through
I have this site: http://www.problemio.com which currently has a solid-colored background and the body
I have this site: http://www.problemio.com and if you go there and click any link
Hi while i go through this site (http://www.talenthouse.com/creativeinvites/preview/ae2dd0ca9ac9d1881f27132df12b6dd1/219), i came to see that while
this site : http://www.drbob42.com/delphi/wizards.htm showed a very puzzling code at the bottom unit ShareMem;
After reading the comments on this site: http://www.webresourcesdepot.com/jwysiwyg-jquery-inline-content-editor-plugin/ There is a bit of consensus
This site http://www.java2s.com/Code/Jar/o/org.restlet.htm has a list of restlet jars. But not the 2.1 revision.

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.