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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:24:47+00:00 2026-05-13T22:24:47+00:00

I have an aspx page on which I have 2 static jquery tabs.Upon clicking

  • 0

I have an aspx page on which I have 2 static jquery tabs.Upon clicking on a button avaiable on one of these tabs,I would like to add a new tab dynamically,which gets its content loaded from another aspx page.I’ve also tried with the following sample

http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/manipulation.html

I’ve downloaded jquery-ui-1.8rc3.custom zip file and tried to add the above page with the relevant script,css files to my asp.net website and run,but it does not seem to work.Also I do not want to have a dialog opening and asking the user to enter the tab title as in the above sample.

Please could someone help me with this?

Thanks.

  • 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-13T22:24:48+00:00Added an answer on May 13, 2026 at 10:24 pm

    Have you tried using the add method of the tabs?

    var tabs = $("#tabs").tabs();
    $('#tabs-1 button').click(function(){
        tabs.tabs('add','/url_for_tab/','New tab');
    });
    

    Update — As of jQuery UI 1.9 the add remove methods have been deprecated and in jQuery UI 1.10 they have been removed.

    The correct way to do this for remote (ajax) content tabs now is:

    var tabs = $( "#tabs" ).tabs();
    var ul = tabs.find( "ul" );
    $( "<li><a href='/url_for_tab/'>New Tab</a></li>" ).appendTo( ul );
    tabs.tabs( "refresh" );
    

    And for when you already have the content:

    var tabs = $( "#tabs" ).tabs();
    var ul = tabs.find( "ul" );
    $( "<li><a href='#newtab'>New Tab</a></li>" ).appendTo( ul );
    $( "<div id='newtab'><p>New Content</p></div>" ).appendTo( tabs );
    tabs.tabs( "refresh" );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one aspx page with some controls. Also i have one DIV which
If I have a page with outputcaching (let's call it Employees.aspx) which accepts one
I have a panel on an aspx page which contains an UpdatePanel. This panel
I have an ASPX page (On server A) which is invoked using NTLM credentials.
I have Default.aspx page, which inherits from BasePage.cs, which inherits from System.Web.UI.Page. BasePage is
I have an aspx page,where the user will enter a valid image url(ex :
I have an ASPX page and on this page I have a control that
I have an ASPX page where I am uploading an image to server for
I have an aspx page where i am Processing a large number of records
I have an aspx page with 5 listboxes. Each listbox can filter the other

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.