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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:46:07+00:00 2026-06-06T16:46:07+00:00

Using Twitter Bootstrap’s [Tabbable Tabs][1], it says to: Enable tabbable tabs via javascript (each

  • 0

Using Twitter Bootstrap’s [Tabbable Tabs][1], it says to:

“Enable tabbable tabs via javascript (each tab needs to be activated individually)”:

  $('#myTab a').click(function (e) {
    e.preventDefault();
  $(this).tab('show');
   })

and then you can “activate individual tabs in several ways”:

$('#myTab a[href="#profile"]').tab('show'); // Select tab by name
$('#myTab a:first').tab('show'); // Select first tab
$('#myTab a:last').tab('show'); // Select last tab
$('#myTab li:eq(2) a').tab('show'); // Select third tab (0-indexed)

How could I activate each tab individually when I click in it and have it’s #id appear in the URL?

  • 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-06T16:46:10+00:00Added an answer on June 6, 2026 at 4:46 pm

    This is to add hash in url you can add this:

    $('a').click(function(e){
    
    e.preventDefault();
    if(window.location.hash) window.location.hash = '';
    window.location.hash = $(e.target).attr('class'); //or id, or other attribute
    
    });
    

    when user click on ‘a’ tag (or your tab id or etc…) then remove previus hash and append new hash.
    basically use window.location.hash.

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

Sidebar

Related Questions

Using Twitter Bootstrap's bootstrap-tab.js, I have: <ul class=tabnavcenter id=myTab> <li class=active><a href=#home data-toggle=tab>about</a></li> <li><a
I'm using twitter bootstrap to create togglable tabs. Here is the css I'm using:
I have a modal created using Twitter Bootstrap. I want to open using javascript.
I am using twitter bootstrap for a project - in particular its tab functions
I'm using Twitter bootstrap tooltips with javascript like the following: $('a[rel=tooltip]').tooltip(); My markup looks
I'm using twitter bootstrap tabs and i want to load only the CSS needed
I am using twitter bootstrap and I would like a container div to stretch
I just started using Twitter Bootstrap http://twitter.github.com/bootstrap/scaffolding.html and I'm looking for the grey/blue navbar
I am using Twitter Bootstrap, (CSS and JS). The problem comes from the Modal
I developed a site using twitter bootstrap and it seems that the responsive layout

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.