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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T09:44:55+00:00 2026-06-08T09:44:55+00:00

I need menu tabs that link to separate HTML files on my server, with

  • 0

I need menu tabs that link to separate HTML files on my server, with unique URLs. I know this by itself doesn’t require anything but CSS, but I would also like to retain the “instant load” effect of Javascript-enable menus, as well as loading only the relevant section of the page. (a CSS-only menu, I think, would reload the entire page). Is this possible?

  • 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-08T09:44:58+00:00Added an answer on June 8, 2026 at 9:44 am

    It’s possible with the help of Knockout.js and/or JQuery.

    You could do it all with JQuery using the Tabs plugin provided by JQuery UI. You would have to write all of your own CSS so that you don’t get the default “tabbed” look but something that resemble a menu.

    Or, you could use Knockout.js to create a client-side view model with a set of commands that are bound to your menu items. Each command would then trigger a page update, most likely using JQuery.

    Here’s a very high-level example of how this might work starting with a basic menu:

    <ul>
     <li data-bind="menuOption1">
     ...
     </li>
    </li>
    

    A Knockout.js view model

    var MenuViewModel = function ()
    {
      this.menuOption1 = function () {
        // TODO: show the discreet HTML page
      }
    }
    
    ko.applyBindings(new MenuViewModel());
    

    How you actually show the page is up to you. It’s probably easiest to use a JQuery AJAX call to load the page contents.

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

Sidebar

Related Questions

i need to show a menu that derive another menu and this derive another
This is not a CSS problem. The HTML isn't there. I need the menu,
This menu will need to be updated daily. <html><head></head><body> <h1> Welcome to Burgerama </h1>
I need to make tabs that also have drop down menu and requirements are
I need same menu like on this site http://www.salesforce.com/aloha.jsp in wordpress theme. Multilevel dropdown
On an app that I'm working on, I need a context menu to show
I need to center a CSS menu that has an unknown width. I found
We need a database driven CSS menu . How would you do that? I
I need to create HTML pop-up menu using Perl. Can anyone help me?
I'm trying to create a tab menu. And I need this coded in regular

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.