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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:32:09+00:00 2026-05-10T19:32:09+00:00

I’ve previously used jquery-ui tabs extension to load page fragments via ajax , and

  • 0

I’ve previously used jquery-ui tabs extension to load page fragments via ajax, and to conceal or reveal hidden divs within a page. Both of these methods are well documented, and I’ve had no problems there.

Now, however, I want to do something different with tabs. When the user selects a tab, it should reload the page entirely – the reason for this is that the contents of each tabbed section are somewhat expensive to render, so I don’t want to just send them all at once and use the normal method of toggling ‘display:none’ to reveal them.

My plan is to intercept the tabs’ select event, and have that function reload the page with by manipulating document.location.

How, in the select handler, can I get the newly selected tab index and the html LI object it corresponds to?

$('#edit_tabs').tabs(  {         selected: 2,     // which tab to start on when page loads         select: function(e, ui) {             var t = $(e.target);             // alert('data is ' +  t.data('load.tabs'));  // undef             // alert('data is ' +  ui.data('load.tabs'));  // undef              // This gives a numeric index...             alert( 'selected is ' + t.data('selected.tabs') )             // ... but it's the index of the PREVIOUSLY selected tab, not the             // one the user is now choosing.               return true;              // eventual goal is:              // ... document.location= extract-url-from(something); return false;         } }); 

Is there an attribute of the event or ui object that I can read that will give the index, id, or object of the newly selected tab or the anchor tag within it?

Or is there a better way altogether to use tabs to reload the entire page?

  • 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. 2026-05-10T19:32:10+00:00Added an answer on May 10, 2026 at 7:32 pm

    I would take a look at the events for Tabs. The following is taken from the jQuery docs:

     $('.ui-tabs-nav').bind('tabsselect', function(event, ui) {      ui.options // options used to intialize this widget      ui.tab // anchor element of the selected (clicked) tab      ui.panel // element, that contains the contents of the selected (clicked) tab      ui.index // zero-based index of the selected (clicked) tab  }); 

    Looks like ui.tab is the way to go.

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

Sidebar

Ask A Question

Stats

  • Questions 59k
  • Answers 59k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer I don't believe there are any stored procedures available in… May 11, 2026 at 8:58 am
  • added an answer Create a new workspace on B, copy the directories over… May 11, 2026 at 8:58 am
  • added an answer WCF will support inheritance, but you need to decorate your… May 11, 2026 at 8:58 am

Related Questions

No related questions found

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.