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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:08:44+00:00 2026-06-18T11:08:44+00:00

I am pretty new to web design. I just finished my first static website.

  • 0

I am pretty new to web design. I just finished my first static website.
What i dont like about it is that the page often reload (each time you change section)

My question is “how to make this kind of nav : http://www.doblin.com/work/#innovation-strategy”

As you see the page doesnt reload when you click on “Set Innovation Strategy / Design, Build + Launch Innovations / Become Better Innovators”

How it s done ?

Is it possible on a static website (html/css/jquery) without sql or so (it may require ajax or …) ?

Thanks

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

    Taking a look at the code, this page uses some jQuery functions to do this work, check it out:

    $(window).hashchange( function(){
    
        var hash = location.hash;
    
        // if a hash has been set
        if(hash !== '') {
    
            showContent(hash, origSections);
    
        } else {
    
            // pass in "empty" hash
            showContent('', origSections);
    
        }
    
    
        return false;
    
    });
    
    // call hashchange on initial page load
    $(window).hashchange();
    
    
    // ----------- SHOW CONTENT  ----------- //
    function showContent(active, all) {
    
        if (jQuery.support.opacity) {
            opacity = true;
        } else {
            opacity = false;
        }
    

    This can also be done using CSS3 transitions and animations. Here’s a pen based on this Codrops tutorial. I particularly think this is a better approach

    But if you want to get dynamic data from somewhere, i advise you to use Ajax(There are some cool jQuery stuff to handle this)

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

Sidebar

Related Questions

I'm pretty new to web design. I know more about the server side. I'm
I'll admit that I'm pretty new web development (only been coding for about a
I am very new to web design, and specially to technologies like css3 and
I am pretty new to web development, and changed my company website to a
I am planning to develop a pretty awesome new web app that has a
I'm pretty new to web design and have recently been working on an amatuer
I'm pretty new to web design (but a very experienced programmer) and I'm creating
I'm pretty new to the world of web developing and web design in PHP,
I'm pretty new to web development, so excuse my ignorance. What I'd like to
I'm pretty new to the realm of web design, however, I've been having a

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.