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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:36:31+00:00 2026-06-11T16:36:31+00:00

Why I cannot go to a specific link with my sign out? I’m using

  • 0

Why I cannot go to a specific link with my sign out? I’m using jquery’s ui tab on this. And solution or suggestion on this situation? or it is not possible?

JS CODE: $('#tabs').tabs();

<div id="tabs" class="login-tabs">
        <ul>
            <li><a href="#Home">Home</a></li>
            <li><a href="#Profile"></a></li>
            <li><a href="#Messages">Messages</a></li>
            <li><a href="#Notifications">Notifications</a></li>
            <li><a href="#Find">Find Friends</a></li>
            <li><a href="destroy.php">Sign out</a></li>
        </ul>
        <div id="Home">

        </div>
        <div id="Profile">

        </div>
        <div id="Messages">

        </div>
        <div id="Notifications">

        </div>
        <div id="Find">

        </div>
    </div>
  • 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-11T16:36:32+00:00Added an answer on June 11, 2026 at 4:36 pm

    You can give the anchors real href attributes, like this:

    <div id="tabs"> 
    <ul> 
        <li><a href="home.php">Home</a></li> 
        <li><a href="profile.php">Profile</a></li> 
        <li><a href="messages.php">Messages</a></li> 
    </ul>
    

    ​
    This will by default try and load those pages via AJAX into the corresponding tab. To prevent this behavior, just change the window.location yourself in the select event , like this:

    $("#tabs").tabs({
    select: function(event, ui) {
       window.location = $.data(ui.tab, 'href.tabs');
    }
    });​​​​​​​
    

    for one link alone, you can try this…

    if(parentID == '#ui-tabs-3') //The value of var parentID
    {
     $('#tabs').each(function() {
          if($(this).attr('href') == parentID)
          {
              $(this).bind('select', function() {  
                  window.location = $.data(ui.tab, 'href.tabs');
              });
          }
         });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Context: Trying to link a tab to a specific content div on a html
hopefully this is an easy question, tho, I cannot find any specific answers. we've
This is somewhat specific and difficult situation to explain, so bear with me. I
I need to display a link at a very specific time using PHP. The
I left this question as generic as possible, but I do have a specific
Cannot figure out, where to change EOF in PyCharm. My scripts start with :
I'm developing a website using PHP. My .htaccess has this rewrite rule: RewriteEngine On
I'd like to attach images to specific words but cannot find the right CSS
I am attempting to link an application with g++ on this Debian lenny system.
Trying to get this form to validate email using the function the professor said

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.