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

  • Home
  • SEARCH
  • 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 873527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:57:06+00:00 2026-05-15T10:57:06+00:00

I have some tabs that load ajax content. When I click on the tabs

  • 0

I have some tabs that load ajax content. When I click on the tabs it loads the ajax content perfectly no issues works exactly like it does in the Jqueryui demos.

But when I try and change tab using an onclick function it opens the tab but doesn’t do the ajax. Is this a known issue can it be done?? Do ajax tabs rely on the user clicking the href to know what to load.

This is the code:

$("#signuptabs").tabs();

<div id="signuptabs">
     <ul>
         <li><a href="type.php"><span>type</span></a></li>
         <li><a href="umber.php"><span>CNumber</span></a></li>
         <li><a href="vices.php"><span>s</span></a></li>
         <li><a href="ups.php"><span>ups</span></a></li>
    <li><a href="ext.php"><span>ext</span></a></li>
        <li><a href="enu.php"><span>IMenu</span></a></li>
        <li><a href="info.php"><span> Information</span></a></li>
     </ul>

</div>


$(".step2next").click(function() $('#signuptabs').tabs("select" , 1));

Its won’t load the external content when using the click function.

  • 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-05-15T10:57:07+00:00Added an answer on May 15, 2026 at 10:57 am

    Jquery UI tabs have a relationship between the link Href and the div id to identify the content of each tab… If your using the regular code provided by Jquery UI, you will need to keep that relationship alive!

    <div id="tabs">
      <ul>
        <li><a href="#tabs-1">TAB 01</a></li>
        <li><a href="#tabs-2">TAB 02</a></li>
        <li><a href="#tabs-3">TAB 03</a></li>
      </ul>
      <div id="tabs-1">
        <p>Content for Tab 01 because this Div id is equal to Href content of TAB 01 description</p>
      </div>
      <div id="tabs-2">
        <p>Content for Tab 02 because this Div id is equal to Href content of TAB 03 description</p>
      </div>
      <div id="tabs-3">
        <p>Content for Tab 03 because this Div id is equal to Href content of TAB 03 description</p>
      </div>
    </div>
    

    If you’ve altered the “standard” way, you need to provide more of your code!

    For Ajax Content, using the above Skell, load the content to the proper div ID…

    Ps: This is all valid if I’m understanding correctly your question!

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

Sidebar

Related Questions

I have a problem I am using jquery U.I tabs that load everything with
i have some header tabs on a basic index.aspx page that uses a masterpage.
I have created some rounded navigation tabs using CSS and am having trouble when
I have some UI in VB 2005 that looks great in XP Style, but
We have some input data that sometimes appears with &nbsp characters on the end.
I have some classes layed out like this class A { public virtual void
I have some code like this in a winforms app I was writing to
We have some files on our website that users of our software can download.
I need jQuery tabs that will also work with a URL Example I have
If I have 4 tabs where the first 2 are loaded with ajax and

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.